mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
base.css: fix for Jumping Scrollbar Issue
This commit is contained in:
parent
1e0b16361f
commit
1fe588af6e
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ html, body {
|
||||||
|
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
|
|
||||||
|
/* Fix for Jumping Scrollbar Issue */
|
||||||
|
padding-left: calc(100vw - 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app > main {
|
.app > main {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue