Skip to content

Commit

Permalink
FIXED: Sidebar overflowing marquee text on collapsed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SagnikGanguly96 committed Aug 11, 2022
1 parent cf0309e commit dbe29e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/css/components/sidebar2.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ nav.sgn-sidebar:not(.sidebar-open) > ul > li.dropdown > ul.submenu > li > a > sp
nav.sgn-sidebar:not(.sidebar-open) > ul > li.dropdown > ul.submenu > li > a > span:nth-child(3),
nav.sgn-sidebar:not(.sidebar-open) > ul > li.dropdown > ul.submenu > li > ul.childmenu > li > a > span:nth-child(2),
nav.sgn-sidebar:not(.sidebar-open) > ul > li.dropdown > ul.submenu > li > ul.childmenu > li > a > span:nth-child(3) {
display: none;
display: none !important;
}

nav.sgn-sidebar:not(.sidebar-open) > ul > li.dropdown ul {
Expand All @@ -284,7 +284,6 @@ body.with-sidebar:not(.sidebar-open) > header > nav.sgn-navbar {
}

body.with-sidebar:not(.sidebar-open) > main > footer {
/*position: absolute;*/
bottom: 0;
left: 0;
width: 100%;
Expand All @@ -304,7 +303,6 @@ body.with-sidebar.sidebar-open > main > footer {
}

body.with-sidebar.sidebar-open > main > footer {
/*position: absolute;*/
bottom: 0;
left: 0;
width: 100%;
Expand Down

0 comments on commit dbe29e4

Please sign in to comment.