Closed Mojo90 closed 6 years ago
This is a weird positioning issue involving a combination of absolute positioning and borders.
This is Fixed by adding border: 2px solid $accent;
to the .animate .login form
selector instead of .login form
.
(Fix to the master branch is coming in a few days.)
Yep perfect that does the trick, thanks!
I recognized on my site that the navbar hopps up (I think 4px) on every reload or page change after a few milliseconds. Than I saw that it is the same on shopkit site (https://shopkit.samnabi.com), so it is not an error on my site. Maybe has to do sth. with the lines from 437 in
shopkit.scss
:But I am not sure.