Make overflow important to allow scrolling on dashboard (#3810)

This commit is contained in:
michellethomas 2017-11-08 20:35:45 -08:00 committed by Maxime Beauchemin
parent d03b74f754
commit cbcc00c929

View File

@ -1,3 +1,3 @@
.time_table.slice_container {
overflow: auto;
overflow: auto !important;
}