diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index ae1a456b699fd231a142b3bd5ae11b33f4358a08..5be36c86d02cf4849eb063c12def58a6b509da14 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1428,7 +1428,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 				align-self: normal;
 				background-color: var(--color-main-background);
 				z-index: 55; /* above multiselect */
-				top: 0;
+				top: $header-height;
 				&.sticky {
 					box-shadow: 0 -2px 10px 1px var(--color-box-shadow);
 				}
@@ -1441,9 +1441,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 					z-index: 0;
 				}
 			}
-			// separate prop to set initial value to top:0
+			// separate prop to set initial value to top: 50px
 			&#new-user {
-				top: $grid-row-height;
+				top: $header-height + $grid-row-height;
 			}
 			&#grid-header {
 				color: var(--color-text-maxcontrast);