From 7340246d2d08bd79aca296cdaeda585b08c6c993 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 18 Apr 2021 23:47:07 +0200 Subject: [PATCH] Fixing search bar alignment issue for IE11 --- .../search/search-field/search-field.gallery.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css index 3bb6bd93..76373845 100644 --- a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css +++ b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css @@ -41,6 +41,7 @@ } .search-hint { + left: 0; z-index: 1; width: 100%; position: absolute;