fix(style): sticky not working on iOS devices
This commit is contained in:
parent
52ef5bd93b
commit
6f3635b8ac
|
@ -42,6 +42,7 @@ body, button, input, select, textarea
|
||||||
.column-right-shadow
|
.column-right-shadow
|
||||||
&.is-sticky
|
&.is-sticky
|
||||||
align-self: flex-start
|
align-self: flex-start
|
||||||
|
position: -webkit-sticky
|
||||||
position: sticky
|
position: sticky
|
||||||
top: .75rem
|
top: .75rem
|
||||||
.column-right-shadow
|
.column-right-shadow
|
||||||
|
|
Loading…
Reference in New Issue