fix(core): Show skip content buttons on lowres displays correctly

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-05-03 19:49:01 +02:00
parent df5283ad05
commit 5bf4b1d6b8

View file

@ -236,8 +236,10 @@
z-index: 9999;
top: -999px;
left: 3px;
height: 50px;
padding: 11px;
display: flex;
flex-wrap: wrap;
gap: 11px;
&:focus-within {
top: variables.$header-height;