21 lines
257 B
SCSS
21 lines
257 B
SCSS
body {
|
|
position: relative;
|
|
background: transparent;
|
|
}
|
|
|
|
#page {
|
|
position: relative;
|
|
padding-top: 50px;
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
#content-locale-picker {
|
|
position: fixed;
|
|
top: 46px;
|
|
right: 70px;
|
|
} |