fix: standardize direct page scroll viewports
This commit is contained in:
@@ -68,8 +68,10 @@
|
||||
.section-link.active { border-left: 3px solid var(--accent); font-weight: 700; }
|
||||
.section-link.subtle { font-size: 13px; }
|
||||
.workspace-content { min-width: 0; max-width: 100%; min-height: 0; overflow: auto; }
|
||||
.page-scroll-viewport { width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: auto; }
|
||||
.ui-no-sticky-section-sidebars .app-content { overflow: auto; }
|
||||
.ui-no-sticky-section-sidebars .workspace { height: auto; min-height: 100%; }
|
||||
.ui-no-sticky-section-sidebars .page-scroll-viewport { height: auto; min-height: 100%; overflow: visible; }
|
||||
.ui-no-sticky-section-sidebars .section-sidebar {
|
||||
height: max-content;
|
||||
max-height: none;
|
||||
@@ -83,7 +85,6 @@
|
||||
.page-heading.split { display: flex; align-items: center; justify-content: space-between; }
|
||||
.module-entry-page { max-width: none; }
|
||||
.workspace-data-page .card { margin-bottom: 18px; }
|
||||
.core-dashboard-page { height: 100%; overflow: auto; }
|
||||
.page-heading.workspace-heading {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user