From 8102547f568e30bec64ba6dcb0e4cfcae70e1f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 27 Jul 2021 22:49:19 +0200 Subject: [PATCH] Lists UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/list-forms.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/styles/components/list-forms.scss b/app/styles/components/list-forms.scss index a3e6a47a5..0679ac6e1 100644 --- a/app/styles/components/list-forms.scss +++ b/app/styles/components/list-forms.scss @@ -5,10 +5,6 @@ height: 100%; overflow-y: auto; - @media screen and (max-width: 420px) { - width: 90%; - } - h4 { padding: 15px 0; background: var(--background-color); @@ -69,11 +65,7 @@ width: 100%; overflow: hidden; height: 100%; - overflow-y: scroll; - - @media screen and (max-width: 420px) { - width: 90%; - } + overflow-y: auto; &__account { background: var(--background-color);