mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
CSS fix for position: sticky
This commit is contained in:
parent
e78fe73df1
commit
d9da2b08dd
@ -577,7 +577,7 @@ body.loading,
|
||||
body.loading * {cursor:wait !important}
|
||||
body.no-select {-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default !important}
|
||||
html,
|
||||
body {height:100%}
|
||||
body {min-height:100%}
|
||||
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}
|
||||
#layout-canvas {min-height:100%;height:100%}
|
||||
.control-tabs.primary-tabs >ul.nav-tabs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user