mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fixed issue with autocomplete fields floating above the top bar
This commit is contained in:
parent
9da6f128ec
commit
225bdc03cf
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:0;
|
top:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index:9;
|
z-index:2000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.int-Logo{
|
.int-Logo{
|
||||||
|
|
Loading…
Add table
Reference in a new issue