fix(directory): fixed an issue where the dropdown overlay did not position correctly
This commit is contained in:
@@ -83,9 +83,8 @@
|
||||
.fast-navigate {
|
||||
position: absolute;
|
||||
right: -2em;
|
||||
bottom: -1em;
|
||||
bottom: calc(-1em - 2px);
|
||||
font-size: 32px;
|
||||
transform: translateY(2px);
|
||||
}
|
||||
|
||||
.return-button {
|
||||
|
||||
Reference in New Issue
Block a user