Fix scroll on Safari

main
Elbert Alias 3 years ago
parent b375b0ac97
commit edc6ff955c

@ -24,7 +24,7 @@ body {
font-size: .9rem; font-size: .9rem;
line-height: 1.5rem; line-height: 1.5rem;
margin: 0; margin: 0;
overflow-x: hidden; overflow: hidden;
} }
.body__popup { .body__popup {
@ -43,6 +43,8 @@ p {
.popup { .popup {
background: white; background: white;
max-height: 34rem;
overflow-y: auto;
} }
.input[type="text"], .input[type="password"] { .input[type="text"], .input[type="password"] {
@ -190,7 +192,7 @@ small {
align-items: center; align-items: center;
border-bottom: 1px solid var(--color-secondary-darken); border-bottom: 1px solid var(--color-secondary-darken);
background: white; background: white;
display: flex; display: none;
font-size: .8rem; font-size: .8rem;
} }