1
0
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:
Angelos Chalaris
2017-01-08 18:43:59 +02:00
parent 7abb30843a
commit e5a9ba5661
4 changed files with 8 additions and 7 deletions

View File

@@ -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.