fix(Sidebar): scroll to top once the sidebar be closed.

This commit is contained in:
a.bouhuolia
2021-03-21 13:38:10 +02:00
parent 81621020c2
commit 0f1c88cba3
5 changed files with 43 additions and 20 deletions

View File

@@ -237,6 +237,10 @@
transition: min-width 0.15s ease-in-out;
min-width: 50px;
.ScrollbarsCustom-Scroller{
overflow: hidden !important;
}
&:hover {
min-width: 220px;
@@ -251,6 +255,10 @@
.sidebar__menu {
opacity: 1;
}
.ScrollbarsCustom-Scroller{
overflow: scroll !important;
}
}
}
}