From 6f3635b8ac2d2f980842ae87386c489916f78dde Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 24 Nov 2018 09:25:38 -0500 Subject: [PATCH] fix(style): sticky not working on iOS devices --- source/css/style.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/style.styl b/source/css/style.styl index 41c56b8..ef01c5f 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -42,6 +42,7 @@ body, button, input, select, textarea .column-right-shadow &.is-sticky align-self: flex-start + position: -webkit-sticky position: sticky top: .75rem .column-right-shadow