UX: let hamburger-sidebar restrict child width (#17614)

This commit is contained in:
Kris 2022-07-22 10:26:13 -04:00 committed by GitHub
parent a6680fce03
commit edb931e7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -572,12 +572,10 @@ div.menu-links-header {
// Sidebar-hamburger hybrid
.hamburger-menu.revamped {
.panel-body {
width: 100%;
width: var(--d-sidebar-width);
.panel-body-content {
width: 100%;
}
.panel-body-content {
min-width: 0; // prevent content blowing out width
}
.sidebar-section-wrapper {