Fix de la barre de recherche sur firefox quand aucun panel n'est actif
This commit is contained in:
parent
7722a36a7a
commit
a65b1981af
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue