mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-09 05:30:47 +02:00
Added sticky positioning for header elements, resolves #24
This commit is contained in:
6
dist/mini-default.css
vendored
6
dist/mini-default.css
vendored
@@ -650,6 +650,12 @@ header {
|
||||
header .logo, header a.button {
|
||||
text-decoration: none; }
|
||||
|
||||
header.sticky {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1101; }
|
||||
|
||||
nav {
|
||||
display: block;
|
||||
background: #eceff1;
|
||||
|
Reference in New Issue
Block a user