Skip to content

Commit 58af0f4

Browse files
committed
Update close button positioning, see hydephp/framework#499
1 parent aad7999 commit 58af0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass/HydeSearchMenu.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
}
6464

6565
#searchMenuCloseButton {
66-
position: absolute;
66+
position: fixed;
6767
top: 1rem;
68-
right: 1rem;
68+
right: 0;
6969
z-index: 150;
7070
opacity: 0.75;
7171
margin-right: 1rem;

0 commit comments

Comments
 (0)