fix(directory): fixed an issue where the dropdown overlay did not position correctly
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user