forked from MarseyWorld/MarseyWorld
hide scrollbar for expanded images
parent
6ed8825096
commit
608b390ba3
|
@ -6238,11 +6238,11 @@ g {
|
|||
}
|
||||
}
|
||||
|
||||
.expandedimage::-webkit-scrollbar {
|
||||
.desktop-expanded-image-modal::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.expandedimage {
|
||||
.desktop-expanded-image-modal::-webkit-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 459,
|
||||
'css/main.css': 460,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue