fix: srollbars only visible when required on chrome browsers
This commit is contained in:
parent
fd7707eb74
commit
a7fe6a73c7
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue