mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(Sidebar): scroll to top once the sidebar be closed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user