mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 12:02:41 +00:00
Fix fullscreen preview
This commit is contained in:
parent
7d718c9627
commit
ee26d8fcd8
@ -115,7 +115,7 @@ h1+.editorParagraph{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editorFullScreen {
|
.editorFullScreen {
|
||||||
max-height: calc(100% - 100px) !important;
|
max-height: calc(100% - 70px) !important;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editorFullScreen {
|
.editorFullScreen {
|
||||||
max-height: calc(100% - 100px) !important;
|
max-height: calc(100% - 70px) !important;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -113,4 +113,4 @@
|
|||||||
"webpack-hot-middleware": "^2.18.2",
|
"webpack-hot-middleware": "^2.18.2",
|
||||||
"whatwg-fetch": "^2.0.3"
|
"whatwg-fetch": "^2.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user