Merge pull request #61 from cosmocode/flickerfix

avoid flickering on scroll
This commit is contained in:
Andreas Gohr 2020-09-03 15:58:05 +02:00 committed by GitHub
commit 6a4ae60010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View file

@ -21,12 +21,16 @@
border-bottom: 1px solid @ini_border_light;
}
.page-content {
padding-top: @page-header_height;
.msg-area + * {
clear: both;
padding-top: 1em; // as h1
}
}
}
}
}
.main-content > .level2,

View file

@ -347,8 +347,10 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
echo $highlightParent->tpl();
}
?>
<div class="page-content">
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
<div class="clearer"></div>
</div>
<?php