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.
This commit is contained in:
Javi Martín
2018-12-18 02:22:28 +01:00
parent b701a86c1b
commit ef9f271c89

View File

@@ -1581,7 +1581,6 @@
}
.progress-bar-nav {
padding: $line-height 0;
position: relative;
z-index: 3;