From c257da5c8c4a504fa796d8b21bf48a85bb90f5fa Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 31 Jul 2018 12:17:10 -0500 Subject: [PATCH] Fix for strange bug with is-stuck --- app/assets/stylesheets/common/states.css.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/states.css.scss b/app/assets/stylesheets/common/states.css.scss index 500b72d4..b51bddea 100644 --- a/app/assets/stylesheets/common/states.css.scss +++ b/app/assets/stylesheets/common/states.css.scss @@ -2,6 +2,5 @@ @import 'mixins'; .is-stuck { - position: fixed; top: 0; }// change to is-stuck \ No newline at end of file