Skip to content

Commit f744929

Browse files
authored
fix: prevent the search bar from moving when focused (#2336)
1 parent db40db6 commit f744929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/topbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- The Top Bar -->
22

3-
<header id="topbar-wrapper" aria-label="Top Bar">
3+
<header id="topbar-wrapper" class="flex-shrink-0" aria-label="Top Bar">
44
<div
55
id="topbar"
66
class="d-flex align-items-center justify-content-between px-lg-3 h-100"

0 commit comments

Comments
 (0)