Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9dd089d

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing token dropdown position
1 parent 3f12afe commit 9dd089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApiTokenNavbarItem/api_token_switcher.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
@media (max-width: 1200px) {
122122
position: fixed;
123123
width: 100%;
124-
top: calc(var(--nav-height) + rem(3.3));
124+
top: calc(var(--nav-height) + rem(7));
125125
left: 0;
126126
right: 0;
127127
}

0 commit comments

Comments
 (0)