mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
Misc Fixes 3 (#2389)
* Misc Fixes 3 - Fix Chrome 73 bug in overlay __contents-main element; - Fixed messages by including erroneously missing _legacy-messages.scss file; - Better layout for messages in notification overlay list; * Misc Fixes 3 - Fix about screen for better compatibility with VISTA; - Better logo sizing in splash element;
This commit is contained in:
committed by
Andrew Henry
parent
138067dca9
commit
1c0df60f05
@ -92,6 +92,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 auto;
|
||||
height: 0; // Chrome 73 overflow bug fix
|
||||
overflow: auto;
|
||||
padding-right: $interiorMargin; // fend off scroll bar
|
||||
}
|
||||
|
Reference in New Issue
Block a user