Skip to content

Commit

Permalink
Potential fix for clipped menu bug, refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 9, 2023
1 parent a8e9a01 commit 7e3fa3b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 20 deletions.
4 changes: 2 additions & 2 deletions datasette_write_ui/static/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ td.type-pk {
left: 0;
}

.row-icon .menu {
.datasette-write-ui-menu {
display: none;
position: absolute;
top: 1rem;
Expand All @@ -75,7 +75,7 @@ td.type-pk {
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
}

.row-icon .menu button {
.datasette-write-ui-menu button {
display: block;
margin-bottom: 0.3em;
width: 100%;
Expand Down
Loading

0 comments on commit 7e3fa3b

Please sign in to comment.