UX: Set width on hamburger menu drop down to prevent overflow (#17607)

This commit is contained in:
Alan Guo Xiang Tan 2022-07-22 15:02:30 +08:00 committed by GitHub
parent 972e51e808
commit 852057a25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -572,6 +572,14 @@ div.menu-links-header {
// Sidebar-hamburger hybrid
.hamburger-menu.revamped {
.panel-body {
width: 100%;
.panel-body-content {
width: 100%;
}
}
.sidebar-section-wrapper {
.sidebar-section-header-button {
opacity: 1;