fix: srollbars only visible when required on chrome browsers

This commit is contained in:
Luis Pereira 2025-10-14 12:07:36 +01:00 committed by Brian O'Reilly
parent fd7707eb74
commit a7fe6a73c7
2 changed files with 4 additions and 4 deletions

View File

@ -136,7 +136,7 @@ body .now-playing{
margin: 20px 0;
font-size: 1.5em;
color: #4488ff;
overflow: scroll;
overflow: auto;
}
body .back{
@ -175,7 +175,7 @@ body .player-section{
}
body .player-section .live-stream{
overflow: scroll;
overflow: auto;
}

View File

@ -119,7 +119,7 @@
:margin "20px 0"
:font-size "1.5em"
:color "#4488ff"
:overflow "scroll")
:overflow auto)
(.back
:color "#00ffff"
@ -150,7 +150,7 @@
:margin "20px 0"
:border-radius "5px"
(.live-stream
:overflow "scroll") )
:overflow auto) )
(.live-stream
(.live-stream-quality