Fix sticky position for modern browsers

nolan/hinaloe-test
Etienne Lemay 2017-02-17 09:48:24 -05:00
parent 5c27f17154
commit 97446f761e
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
z-index: 2;
position: relative;
position: -webkit-sticky;
position: sticky;
top: 0;
}