From ac5bfbd905746575c12e467d06e38c5e3d954128 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 27 Sep 2023 02:44:10 +0300 Subject: [PATCH] hide scrollbar on post-meta on mobile --- files/assets/css/main.css | 8 ++++++++ files/templates/post_listing.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 %}
-