hide all scrollbars

pull/83/head
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;
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;
}