diff --git a/css/style.css b/css/style.css index 7e65655..7f6fd9c 100644 --- a/css/style.css +++ b/css/style.css @@ -136,6 +136,7 @@ body > hr { #search-section { border: solid 10px black; border-image: url("../assets/button-stepped-border-image.svg") 16 15 fill; + z-index: 100; margin-bottom: 5px; margin-left: 5px; @@ -150,6 +151,12 @@ body > hr { grid-template-rows: 1fr; } +#search-section:has( ~ #result-panel.empty) { + position: fixed; + bottom: 5px; + left: 5px; +} + #search-section input { background: black; font-size: 1em;