fix .editor-toolkit-panel display issue in safari
This commit is contained in:
parent
3fc0008f0a
commit
2d53f3cade
@ -1,11 +1,11 @@
|
|||||||
@use '../../styles/Mixins' as *;
|
@use '../../styles/Mixins' as *;
|
||||||
|
|
||||||
.editor-container {
|
.editor-container {
|
||||||
grid-area: main-content;
|
display: flex;
|
||||||
display: grid;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
place-items: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-transform-wrapper {
|
.react-transform-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user