summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss21
1 files changed, 1 insertions, 20 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index eac6af307a2..30aa25d183c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -207,25 +207,6 @@ body {
}
}
-#content {
- position: relative;
- height: 100%;
- width: 100%;
- .hascontrols {
- margin-top: 45px;
- }
-}
-
-#content-wrapper {
- position: absolute;
- height: 100%;
- width: 100%;
- overflow-x: hidden;
- /* prevent horizontal scrollbar */
- padding-top: 50px;
- box-sizing: border-box;
-}
-
/* allow horizontal scrollbar for personal and admin settings */
#body-settings:not(.snapjs-left) .app-settings {
@@ -838,7 +819,7 @@ span.ui-icon {
}
.content {
- max-height: calc(100% - 50px);
+ max-height: calc(100% - $header-height);
height: 100%;
overflow-y: auto;