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:
commit
bcc4b3f0ab
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue