Fix scroll in table-vis

This commit is contained in:
JuanCarlos 2019-10-17 14:10:30 +02:00
parent d6c6560da3
commit be6d77d25c
No known key found for this signature in database
GPG Key ID: B1C4FB733616273A

View File

@ -1252,3 +1252,7 @@ md-chips.md-default-theme .md-chips, md-chips .md-chips{
.min-guide-width{
min-width: 675px !important;
}
.table-vis-container{
overflow: auto !important;
}