0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-27 13:35:44 +00:00

Fixed global search preview click on safari

Safari needs an element to be focusable to be able to use :focus-within.
For 
This commit is contained in:
Dan Brown 2023-01-25 21:46:26 +00:00
parent f6d3944b20
commit deda331745
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

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