Browse Source

Fixed tables scrolling when opening menus

modifié :         static/css/base.css
Fix_Hash_Check_Very_Old_Passwd
edpibu 7 years ago
committed by klafyvel
parent
commit
c984f2acc2
  1. 2
      static/css/base.css

2
static/css/base.css

@ -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…
Cancel
Save