IE11 style fixes
parent
b46f255745
commit
6fbd3a7f06
|
@ -2,8 +2,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: url('../images/discover.png') bottom center repeat-x;
|
background: url('../images/discover.png') bottom center repeat-x;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: calc(100vh - 40px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: calc(100vh - 40px);
|
min-height: calc(100vh - 40px);
|
||||||
|
min-width: 100vw;
|
||||||
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocked-project-inner {
|
.blocked-project-inner {
|
||||||
|
|
|
@ -3,6 +3,7 @@ $label-arrow-wh: 12px;
|
||||||
tg-project-menu {
|
tg-project-menu {
|
||||||
background-position: 0 -300px;
|
background-position: 0 -300px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
height: calc(100vh - 40px);
|
||||||
min-height: 95%;
|
min-height: 95%;
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
|
|
Loading…
Reference in New Issue