mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
Main container and scroll-bar styling
This commit is contained in:
@ -17,8 +17,7 @@
|
||||
</div>
|
||||
</pane>
|
||||
<pane class="l-pane l-shell__pane-main">
|
||||
<div style="position: absolute; top: 0; bottom: 0; width: 100%" ref="mainContainer">
|
||||
</div>
|
||||
<div class="l-shell__main-container" ref="mainContainer"></div>
|
||||
</pane>
|
||||
<pane class="l-pane l-shell__pane-inspector"
|
||||
handle="before"
|
||||
@ -70,6 +69,14 @@
|
||||
flex-flow: row nowrap;
|
||||
}
|
||||
|
||||
&__main-container {
|
||||
// Wrapper for main views
|
||||
$m: $interiorMargin;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: $m; right: $m; bottom: $m; left: $m;
|
||||
}
|
||||
|
||||
&__tree {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user