mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix: flexbox issue on IE11
This commit is contained in:
parent
8867324468
commit
2fe1fe67e5
@ -26,6 +26,7 @@
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
margin-right: 7px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.main-column {
|
||||
@ -37,6 +38,7 @@
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
flex-shrink: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user