diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 6b79040ce9e11..e186c285e6436 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -1555,8 +1555,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } /* various */ - &#grid-header, - &#new-user { + &#grid-header { @include position('sticky'); align-self: normal; background-color: var(--color-main-background); @@ -1568,18 +1567,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } } - // separate prop to set initial value to top: 50px - &#new-user { - height: 120px; - - .row { - padding-top: 50px; - } - } - &#grid-header { color: var(--color-text-maxcontrast); - z-index: 60; /* above new-user */ border-bottom-width: thin; #headerDisplayName,