We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90958c commit f69c744Copy full SHA for f69c744
1 file changed
packages/boot/src/experimental-admin-bar-in-editor.scss
@@ -34,8 +34,12 @@ body.has-admin-bar-in-editor {
34
}
35
36
#site-editor-v2-app {
37
+ position: fixed;
38
+ top: 32px;
39
+ left: 0;
40
+ right: 0;
41
+ bottom: 0;
42
height: calc(100vh - 32px) !important;
- margin-top: 32px;
43
44
45
.boot-layout.has-full-canvas .boot-layout__canvas {
@@ -45,8 +49,8 @@ body.has-admin-bar-in-editor {
49
46
50
@media (max-width: 782px) {
47
51
52
+ top: 46px;
48
53
height: calc(100vh - 46px) !important;
- margin-top: 46px;
54
55
56
.boot-layout__stage,
0 commit comments