GridBuffer: hide when the buffer is empty

This commit is contained in:
He4eT 2021-07-19 17:48:25 +05:00 committed by Alexey
commit 9db390c76c

View file

@ -54,6 +54,10 @@
scrollbar-width: thin;
}
.ifplayer .buffer:empty {
display: none;
}
.ifplayer .buffer::-webkit-scrollbar {
width: 8px;
}