allow scrollbar for manager's header section

This commit is contained in:
Jeremy Schomery 2017-01-13 12:30:01 +03:30
parent 5623bca182
commit 695cf605c3

View File

@ -118,6 +118,10 @@
}
}
#header {
overflow: auto;
}
fieldset {
border-width: 1px;
border-radius: 6px;