Merge remote-tracking branch 'origin/account-menu-react' into account-menu-splitted
This commit is contained in:
@@ -259,8 +259,8 @@
|
||||
height: 4.5rem;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
.h-90vh {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.max-h-120 {
|
||||
@@ -275,8 +275,8 @@
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.overflow-y-scroll {
|
||||
overflow-y: scroll;
|
||||
.overflow-y-auto {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.overflow-auto {
|
||||
@@ -360,7 +360,6 @@
|
||||
|
||||
.sn-dropdown {
|
||||
@extend .bg-default;
|
||||
// @extend .min-w-80;
|
||||
@extend .rounded;
|
||||
@extend .box-shadow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user