mirror of
https://github.com/nasa/openmct.git
synced 2025-04-12 05:40:17 +00:00
Fixed for flex-related overflow scrolling issues in Chrome 73/Firefox (#2333)
This commit is contained in:
parent
07002c12eb
commit
72fc8a24a5
@ -95,6 +95,7 @@
|
||||
.l-pane__contents {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
overflow: auto;
|
||||
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
@ -208,6 +209,8 @@
|
||||
&__main {
|
||||
// Top and bottom padding in container that holds tree, __pane-main and Inspector
|
||||
padding: $shellMainPad;
|
||||
min-height: 0;
|
||||
|
||||
> .l-pane {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user