Verified Commit d134e5d6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Allow light closing of dialog

parent 8e2264bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ get_header();
        <?php wp_head(); ?>
    </head>
    <body class="<?php echo is_admin_bar_showing() ? 'has-admin-bar' : '';?>">
        <dialog id="search-modal">
        <dialog id="search-modal" closedby="any">
            <form method="get" action="/">
                <input type="search" name="s" placeholder="Suchen..."><button>🔍</button>
            </form>