forked from rDrama/rDrama
1
0
Fork 0

hide all scrollbars

master
Aevann 2022-12-28 08:54:30 +02:00
parent 181a660760
commit f873f27e69
1 changed files with 8 additions and 30 deletions

View File

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