Update _topbar.scss

pull/6829/head
Mert Sincan 2024-11-21 14:39:45 +00:00
parent 1926c2b3d2
commit 540a827ae4
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
padding: .25rem; padding: .25rem;
background-color: var(--overlay-background); background-color: var(--overlay-background);
position: absolute; position: absolute;
right: 0; inset-inline-end: 0;
top: calc(100% + 2px); top: calc(100% + 2px);
border-radius: 6px; border-radius: 6px;
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
@ -220,4 +220,4 @@
} }
} }
} }
} }