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