Fix sticky position for modern browsers
parent
5c27f17154
commit
97446f761e
|
@ -107,6 +107,7 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: relative;
|
position: relative;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue