removed scrollbar (sometimes) on music gateway info div
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
f42c4067f2
commit
5c59348362
|
@ -211,9 +211,13 @@ div#info {
|
|||
height: 360px;
|
||||
overflow: scroll;
|
||||
scroll-behavior: smooth;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #111;
|
||||
mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
|
||||
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
div#info > div {
|
||||
|
|
Loading…
Reference in a new issue