mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
Fix for Chrome 73 overflow bug effecting Telem Tables in Flex Layouts (#2341)
* Voodoo fix for Chrome 73 overflow bug effecting Telem Tables in Flex Layouts; * Update table.vue
This commit is contained in:
parent
ebcf47733f
commit
5a00e0c549
@ -173,6 +173,7 @@
|
|||||||
&__body-w {
|
&__body-w {
|
||||||
// Wraps __body table provides scrolling
|
// Wraps __body table provides scrolling
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
height: 0; // Fixes Chrome 73 overflow bug
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user