diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 621c17fdc..22cae89d1 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3714,11 +3714,6 @@ small, .small { font-size: 12px; width: 100%; overflow-x: scroll; - -ms-overflow-style: none; - scrollbar-width: none; -} -.post-meta::-webkit-scrollbar { - display: none; } .ghost-post .post-meta { @@ -4595,14 +4590,6 @@ pre .com, code .com { width: 100%; overflow-x: auto; white-space: nowrap; - scrollbar-width: none; - -ms-overflow-style: none; -} - .x-scroll::-webkit-scrollbar { - width: 100%; - overflow-x: auto; - white-space: nowrap; - background: transparent; } #thread .post-title { font-size: 16px; @@ -6268,23 +6255,11 @@ div.markdown { .popover-bio-div { max-height: 20vh !important; overflow: auto; - scrollbar-width: none; - -ms-overflow-style: none; -} - -.popover-bio-div::-webkit-scrollbar { - background: transparent; } .popover-badges-div { max-height: 10vh !important; overflow: auto; - scrollbar-width: none; - -ms-overflow-style: none; -} - -.popover-badges-div::-webkit-scrollbar { - background: transparent; } @media (max-width: 768px) { @@ -6392,14 +6367,9 @@ div.markdown { resize: both; display: inline-block; overflow: auto; - scrollbar-width: none; - -ms-overflow-style: none; max-height: 72vh !important; max-width: 100vw !important; } -.resizable::-webkit-scrollbar { - background: transparent; -} .resizable > video { height: 100% !important; width: 100% !important; @@ -6480,3 +6450,11 @@ div.markdown { color: #ffffff; font-weight: bold; } + +* { + -ms-overflow-style: none; + scrollbar-width: none; +} +*::-webkit-scrollbar { + display: none; +}