From 93bd7afa3fa10fee8baacee30bb8da15cefeeca2 Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 13 Sep 2023 23:12:21 +0200 Subject: [PATCH] Fix overflow on search --- Website/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index d8faf5c..486a5dd 100644 --- a/Website/style.css +++ b/Website/style.css @@ -205,6 +205,7 @@ publication{ margin: 10px 10px; padding: 15px 20px; position: relative; + flex-shrink: 0; } publication::after{ @@ -347,7 +348,7 @@ popup popup-window popup-content input, select { #newMangaResult { display: none; flex-direction: row; - justify-content: center; + justify-content: flex-start; margin: 5px auto 0; border-radius: 5px; padding: 5px; @@ -355,6 +356,7 @@ popup popup-window popup-content input, select { max-width: 98%; max-height: 400px; overflow-x: scroll; + overflow-y: hidden; } blur-background {