We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b4f10 commit 2e6b4b0Copy full SHA for 2e6b4b0
display.css
@@ -7,6 +7,7 @@
7
width: 100%;
8
float:left;
9
margin-right: -180px;
10
+ min-height: 100%;
11
}
12
13
#sidebar {
@@ -19,6 +20,7 @@
19
20
overflow-y: auto;
21
padding: 5px;
22
border-left: 1px solid grey;
23
24
25
26
#loading-screen {
display.html
@@ -25,7 +25,7 @@
27
28
-<div id="page-content-wrapper">
+<div id="wrapper">
29
<div id="page-content">
30
<div ng-include src="'partials/dataTable.html'"></div>
31
</div>
0 commit comments