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