🐛 Fix font-selector position (#10302)

This commit is contained in:
Eva Marco 2026-06-18 13:36:15 +02:00 committed by GitHub
parent 0aca418007
commit 9805d97e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,7 @@
justify-content: center;
align-items: center;
position: absolute;
top: 0;
top: calc(-1 * #{px2rem(18)});
left: 0;
right: 0;
block-size: 100%;