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