From 5c59348362cb115a986e48312f3f0daff93ce63c Mon Sep 17 00:00:00 2001 From: ari melody Date: Thu, 21 Mar 2024 13:21:21 +0000 Subject: [PATCH] removed scrollbar (sometimes) on music gateway info div Signed-off-by: ari melody --- public/style/music-gateway.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/style/music-gateway.css b/public/style/music-gateway.css index 3135712..1b11c62 100644 --- a/public/style/music-gateway.css +++ b/public/style/music-gateway.css @@ -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 {