Skip to content

Commit

Permalink
Fix off-screen action menu bug, refs #1084
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 21, 2020
1 parent 30e64c8 commit 4bac9f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,13 @@ details .nav-menu-inner {
}

/* Table/database actions menu */
.actions-menu-links {
.page-header {
position: relative;
}
.actions-menu-links .dropdown-menu {
position: absolute;
top: 2rem;
right: 0;
top: calc(100% + 10px);
left: -10px;
}

/* Components ============================================================== */
Expand Down

0 comments on commit 4bac9f1

Please sign in to comment.