mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-09 05:30:47 +02:00
Sticky footer final commit
This commit is contained in:
6
dist/mini-default.css
vendored
6
dist/mini-default.css
vendored
@@ -682,10 +682,10 @@ footer {
|
||||
color: #039be5; }
|
||||
|
||||
footer.sticky {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
width: 100%; }
|
||||
z-index: 1101; }
|
||||
|
||||
/*
|
||||
Definitions for forms and input elements.
|
||||
|
Reference in New Issue
Block a user