mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
z-index: 10000 on dropdown menu, closes #2311
This commit is contained in:
parent
1edb24f124
commit
19b6a37336
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ form.nav-menu-logout {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(100% + 10px);
|
top: calc(100% + 10px);
|
||||||
left: 0;
|
left: 0;
|
||||||
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
.page-action-menu .icon-text {
|
.page-action-menu .icon-text {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue