File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
components/ApplicationArea/ApplicationLayout Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 15
15
display : table;
16
16
width : 100% ;
17
17
padding : 10px ;
18
- height : calc (100 vh - 116px );
18
+ height : calc (100 % - 116px );
19
19
}
20
20
21
21
@media (min-width : 992px ) {
Original file line number Diff line number Diff line change 20
20
21
21
html ,
22
22
body {
23
- min- height : 100 vh ;
23
+ height : 100 % ;
24
24
}
25
25
26
26
body {
35
35
}
36
36
37
37
#application-root {
38
- min- height : 100 vh ;
38
+ height : 100 % ;
39
39
}
40
40
41
41
#application-root ,
Original file line number Diff line number Diff line change 10
10
vertical-align : middle ;
11
11
display : inline-block ;
12
12
width : 1px ;
13
- height : 100 vh ;
13
+ height : 100 % ;
14
14
}
15
15
}
16
16
135
135
136
136
}
137
137
}
138
-
138
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ body.fixed-layout {
8
8
padding-bottom : 0 ;
9
9
10
10
width : 100vw ;
11
- height : 100 vh ;
11
+ height : 100 % ;
12
12
13
13
.application-layout-content > div {
14
14
display : flex ;
@@ -90,7 +90,7 @@ body.fixed-layout {
90
90
.embed__vis {
91
91
display : flex ;
92
92
flex-flow : column ;
93
- height : calc (~ ' 100vh - 25px' );
93
+ height : calc (~ ' 100% - 25px' );
94
94
95
95
> .embed-heading {
96
96
flex : 0 0 auto ;
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ body #application-root {
7
7
flex-direction : row ;
8
8
justify-content : stretch ;
9
9
padding-bottom : 0 !important ;
10
- height : 100 vh ;
10
+ height : 100 % ;
11
11
12
12
.application-layout-side-menu {
13
- height : 100 vh ;
13
+ height : 100 % ;
14
14
position : relative ;
15
15
16
16
@media @mobileBreakpoint {
@@ -47,6 +47,10 @@ body #application-root {
47
47
}
48
48
}
49
49
50
+ body > section {
51
+ height : 100% ;
52
+ }
53
+
50
54
body .fixed-layout #application-root {
51
55
.application-layout-content {
52
56
padding-bottom : 0 ;
Original file line number Diff line number Diff line change 8
8
}
9
9
10
10
> .container {
11
- min-height : calc (100 vh - 95px );
11
+ min-height : calc (100 % - 95px );
12
12
}
13
13
14
14
.loading-message {
You can’t perform that action at this time.
0 commit comments