fix: Make scrolling separate for sidebar and main content
(cherry picked from commit 6e22902ae1)
This commit is contained in:
parent
cc29a6dc3b
commit
72c98a6716
1 changed files with 15 additions and 0 deletions
|
|
@ -733,3 +733,18 @@ body {
|
|||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
[data-page-route="Workspaces"] {
|
||||
@media (min-width: map-get($grid-breakpoints, "lg")) {
|
||||
.layout-main {
|
||||
height: calc(100vh - var(--navbar-height) - var(--page-head-height) - 5px);
|
||||
.layout-side-section, .layout-main-section-wrapper {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.desk-sidebar {
|
||||
margin-bottom: var(--margin-2xl);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue