mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
GridBuffer: hide when the buffer is empty
This commit is contained in:
parent
26cebc2596
commit
9db390c76c
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
|||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.ifplayer .buffer:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ifplayer .buffer::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue