mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +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() {
|
||||
#acontent {
|
||||
margin-right: calc(-1rem + 1px);
|
||||
padding-right: 1.25rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
// applies to playlist list page
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<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" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user