styles: change overflow to auto and add back dropdowns min width

This commit is contained in:
Antonella Sgarlatta
2021-06-10 11:18:29 -03:00
parent c0348a0d0a
commit 860e30de20
6 changed files with 8 additions and 8 deletions

View File

@@ -275,8 +275,8 @@
position: fixed;
}
.overflow-y-scroll {
overflow-y: scroll;
.overflow-y-auto {
overflow-y: auto;
}
.overflow-auto {
@@ -360,7 +360,7 @@
.sn-dropdown {
@extend .bg-default;
// @extend .min-w-80;
@extend .min-w-80;
@extend .rounded;
@extend .box-shadow;