Skip to content

Commit

Permalink
fix 1 for sidebar and menu (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 20, 2023
1 parent 8c71893 commit e70f9a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/app/shared/layout/layout.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media (max-width: 991px) {
@media (min-width: 992px) {
.body-top-padding {
padding-top: 0px !important;
}
Expand Down Expand Up @@ -95,6 +95,7 @@
background: #0f0f0f;
z-index: 100;
transition: all 0.5s ease;
overflow: hidden;
}
.sidebar.show{
width: 78px;
Expand Down

0 comments on commit e70f9a3

Please sign in to comment.