Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.

This commit is contained in:
Wynne Crisman
2017-10-20 14:54:58 -07:00
parent 83e8268375
commit f848ea9a8f
34 changed files with 1019 additions and 821 deletions

View File

@@ -153,6 +153,10 @@ body
overflow: visible !important
max-width: none !important
// Keep the custom scroll bars on top so they can be interacted with. They are placed outside the content div that they scroll.
.mCSB_1_scrollbar
z-index: 999
@import "../imports/ui/styles/effects.import.styl"
@import "../imports/ui/styles/buttons.import.styl"
@import "../imports/ui/styles/maxHeightLayout.import.styl"