hide scrollbar for expanded images

master
Aevann1 2022-08-19 16:10:24 +02:00
parent 6ed8825096
commit 608b390ba3
2 changed files with 3 additions and 3 deletions

View File

@ -6238,11 +6238,11 @@ g {
} }
} }
.expandedimage::-webkit-scrollbar { .desktop-expanded-image-modal::-webkit-scrollbar {
display: none; display: none;
} }
.expandedimage { .desktop-expanded-image-modal::-webkit-scrollbar {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
} }

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 459, 'css/main.css': 460,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,