Fix(css): react-layout and editor area
This commit is contained in:
@@ -69,7 +69,11 @@ body.no-top-and-bottom-margins {
|
||||
|
||||
body.react-layout {
|
||||
margin-top: 75px;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 15px;
|
||||
width: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
min-height: 650px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
@@ -906,18 +910,6 @@ code {
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 993px) {
|
||||
.iframe-scroll {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 992px) {
|
||||
.iframe-scroll {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Calculator styles
|
||||
|
||||
.chart rect {
|
||||
|
Reference in New Issue
Block a user