Skip to content

Commit

Permalink
Fix table dropdown menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemian committed Aug 3, 2024
1 parent e3e2908 commit b66a4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kalliope",
"license": "BSD-2-Clause",
"version": "0.8.14",
"version": "0.8.15",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/Kalliope/KalliopeEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ i.chevron-down {

/* --- Table dropdown classes */
.dropdown {
z-index: 10;
z-index: 99999999;
display: block;
position: fixed;
box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
Expand Down

0 comments on commit b66a4a3

Please sign in to comment.