Skip to content

Commit deda331

Browse files
committed
Fixed global search preview click on safari
Safari needs an element to be focusable to be able to use :focus-within. For #3926
1 parent f6d3944 commit deda331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/common/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class="mobile-menu-toggle hide-over-l">@icon('more')</button>
1919

2020
<div class="flex-container-column items-center justify-center hide-under-l">
2121
@if (hasAppAccess())
22-
<form component="global-search" action="{{ url('/search') }}" method="GET" class="search-box" role="search">
22+
<form component="global-search" action="{{ url('/search') }}" method="GET" class="search-box" role="search" tabindex="0">
2323
<button id="header-search-box-button"
2424
refs="global-search@button"
2525
type="submit"

0 commit comments

Comments
 (0)