Browse Source

Merge branch 'fix_table_scrolling_horizontally' into 'dev'

Fixed tables scrolling when opening menus

See merge request federez/re2o!360
Fix_Hash_Check_Very_Old_Passwd
klafyvel 7 years ago
parent
commit
bcc4b3f0ab
  1. 2
      static/css/base.css

2
static/css/base.css

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

Loading…
Cancel
Save