mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
fix: scrollbar excess padding on firefox for .content-page
This commit is contained in:
committed by
Mungai Njoroge
parent
3e4a8dd7dc
commit
0f0f0e0762
@@ -3,7 +3,7 @@
|
|||||||
@-moz-document url-prefix() {
|
@-moz-document url-prefix() {
|
||||||
#acontent {
|
#acontent {
|
||||||
margin-right: calc(-1rem + 1px);
|
margin-right: calc(-1rem + 1px);
|
||||||
padding-right: 1.25rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// applies to playlist list page
|
// applies to playlist list page
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="settingspage content-page" style="height: 100%; overflow: auto">
|
<div
|
||||||
|
class="settingspage content-page"
|
||||||
|
style="height: 100%; overflow: auto; padding-right: 1.25rem"
|
||||||
|
>
|
||||||
<Content :current="0" />
|
<Content :current="0" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user