8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00

Merge branch 'fix_table_scrolling_horizontally' into 'dev'

Fixed tables scrolling when opening menus

See merge request federez/re2o!360
This commit is contained in:
klafyvel 2018-12-08 22:22:11 +01:00
commit bcc4b3f0ab

View file

@ -102,7 +102,7 @@ a > i.fa {
} }
.table-responsive { .table-responsive {
overflow-y: visible; overflow: visible;
} }
/* Make modal wider on wide screens */ /* Make modal wider on wide screens */