mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
controls.scss: extract scrollbar styles
This commit is contained in:
parent
47d61f9b35
commit
40a6e7eb3a
4 changed files with 24 additions and 16 deletions
|
|
@ -28,8 +28,10 @@ html, body {
|
|||
color: var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
|
||||
/* Fix for Jumping Scrollbar Issue */
|
||||
padding-left: calc(100vw - 100%);
|
||||
/* Fix for Jumping Scrollbar Issue */
|
||||
@media (min-width: 800px) {
|
||||
padding-left: calc(100vw - 100%);
|
||||
}
|
||||
|
||||
& > main {
|
||||
flex: 1 1 auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue