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:
Charles Hacskaylo 2019-03-29 13:34:16 -07:00 committed by Deep Tailor
parent ebcf47733f
commit 5a00e0c549

View File

@ -173,6 +173,7 @@
&__body-w {
// Wraps __body table provides scrolling
flex: 1 1 100%;
height: 0; // Fixes Chrome 73 overflow bug
overflow-x: auto;
overflow-y: scroll;
}