From ceb0bcc47b8f72bca08a8060428e9f2a15510790 Mon Sep 17 00:00:00 2001 From: prostagma-fp <83932623+prostagma-fp@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:23:53 -0300 Subject: [PATCH] Remove tag page flickering --- static/window/styles/core.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/window/styles/core.css b/static/window/styles/core.css index 914c11b30..e7e3a6729 100644 --- a/static/window/styles/core.css +++ b/static/window/styles/core.css @@ -2730,7 +2730,6 @@ body { .tags-page { width: 100%; height: 100%; - overflow: auto; } .tags-page__browser { display: flex; @@ -3155,4 +3154,4 @@ body { .browse-right-sidebar__title-row__buttons__promote-button { font-weight: bold; margin-right: 0.3rem; -} \ No newline at end of file +}