Fix scrollbar shifting problem again (fix was lost in upgrade to Bootstrap 4, because...
[ndcode_site.git] / css / bootstrap / _navbar.scss
index 6e4cecf..9a27f3f 100644 (file)
@@ -21,7 +21,8 @@
   flex-wrap: wrap; // allow us to do the line break for collapsing content
   align-items: center;
   justify-content: space-between; // space out brand from logo
-  padding: $navbar-padding-y $navbar-padding-x;
+  //padding: $navbar-padding-y $navbar-padding-x;
+  padding-y: $navbar-padding-y; // Nick
 
   // Because flex properties aren't inherited, we need to redeclare these first
   // few properties so that content nested within behave properly.