fix(directory): fixed an issue where the dropdown overlay did not position correctly

This commit is contained in:
Haoyu Xu
2023-07-09 05:55:43 -04:00
parent a388096a4e
commit 2b27459358

View File

@@ -83,9 +83,8 @@
.fast-navigate { .fast-navigate {
position: absolute; position: absolute;
right: -2em; right: -2em;
bottom: -1em; bottom: calc(-1em - 2px);
font-size: 32px; font-size: 32px;
transform: translateY(2px);
} }
.return-button { .return-button {