attempt to hide scrollbar for expanded images

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-19 16:08:37 +02:00
parent e11a49a445
commit 6ed8825096
2 changed files with 10 additions and 1 deletions

View File

@ -6236,4 +6236,13 @@ g {
margin-top: 10vh !important;
margin-bottom: 10vh !important;
}
}
.expandedimage::-webkit-scrollbar {
display: none;
}
.expandedimage {
-ms-overflow-style: none;
scrollbar-width: none;
}

View File

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