engine/app/assets/stylesheets/locomotive/inline_editor/layout.css.scss

16 lines
205 B
SCSS
Raw Normal View History

body {
position: relative;
background: transparent;
// overflow: hidden;
}
#page {
position: relative;
padding-top: 50px;
iframe {
width: 100%;
height: 100%;
display: block;
}
}