From ef9f271c891504ea99bccd1067c8b6a1ab41a5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 18 Dec 2018 02:22:28 +0100 Subject: [PATCH] Fix scroll jump voting budget investments Removing the padding in the investments header nav bar means it doesn't leave any empty space when its position changes to a fixed one. --- app/assets/stylesheets/participation.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 5469f2658..023686b6e 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1581,7 +1581,6 @@ } .progress-bar-nav { - padding: $line-height 0; position: relative; z-index: 3;