mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix z-index issue with dropdown menu, closes #1052
This commit is contained in:
parent
42f4851e3e
commit
105a2c10fd
1 changed files with 1 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ svg.dropdown-menu-icon {
|
|||
font-size: 16px;
|
||||
box-shadow: 2px 2px 2px #aaa;
|
||||
background-color: #fff;
|
||||
z-index: 1000;
|
||||
}
|
||||
.dropdown-menu ul,
|
||||
.dropdown-menu li {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue