From ac8f3a4ac55c61528d2c27d9654ef2597786fa20 Mon Sep 17 00:00:00 2001 From: "francesco.loreti" Date: Thu, 9 Jun 2022 21:04:28 +0200 Subject: [PATCH] Removed unused attribute and change bottom --- sass/helpers/position.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sass/helpers/position.sass b/sass/helpers/position.sass index 3f82bdcf..557f0cc0 100644 --- a/sass/helpers/position.sass +++ b/sass/helpers/position.sass @@ -11,5 +11,4 @@ top: 0 z-index: 99 &.is-sticky-bottom - top: unset !important - bottom: 10px !important \ No newline at end of file + bottom: 1rem \ No newline at end of file