Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Restore the collapsed left navigation functionality #1368

Merged
merged 1 commit into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
}

.main-container {
flex: 1 1 auto;
overflow-y: scroll;

// Navigation's color variables for Light Theme.

:host-context(body) {
Expand Down Expand Up @@ -119,10 +116,3 @@
}
}

.main-container {
.content-container {
flex: 1;
overflow-y: scroll;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

.navigation-items-collapsed {
flex-grow: 1;
overflow-y: scroll;
overflow-y: hidden;
}

.flyout-header {
Expand Down