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);