forked from MarseyWorld/MarseyWorld
attempt to hide scrollbar for expanded images
parent
e11a49a445
commit
6ed8825096
|
@ -6237,3 +6237,12 @@ g {
|
|||
margin-bottom: 10vh !important;
|
||||
}
|
||||
}
|
||||
|
||||
.expandedimage::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.expandedimage {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 458,
|
||||
'css/main.css': 459,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue