Skip to content

Commit 405af85

Browse files
committed
Merge branch 'develop' into 1.1
* develop: Revert the CSS sticky fix as it breaks on pages that are smaller than 100% of the viewport height
2 parents bac9382 + 47970b1 commit 405af85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backend/assets/css/winter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ body.loading,
577577
body.loading * {cursor:wait !important}
578578
body.no-select {-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default !important}
579579
html,
580-
body {min-height:100%}
580+
body {height:100%}
581581
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";background:#f9f9f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
582582
#layout-canvas {min-height:100%;height:100%}
583583
.control-tabs.primary-tabs >ul.nav-tabs,

0 commit comments

Comments
 (0)