diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 6285a997f0..e3b65b73df 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7755,3 +7755,11 @@ p { /* DO NOT REMOVE */ ul { padding-inline-start: 20px; } + +.hide-scrollbar { + -ms-overflow-style: none; + scrollbar-width: none; +} +.hide-scrollbar::-webkit-scrollbar { + display: none; +} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 04276d980c..ba769e1a14 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -92,7 +92,7 @@ {% endif %}
-
+