mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix off-screen action menu bug, refs #1084
This commit is contained in:
parent
30e64c8d3b
commit
4bac9f18f9
1 changed files with 3 additions and 3 deletions
|
|
@ -361,13 +361,13 @@ details .nav-menu-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Table/database actions menu */
|
/* Table/database actions menu */
|
||||||
.actions-menu-links {
|
.page-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.actions-menu-links .dropdown-menu {
|
.actions-menu-links .dropdown-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2rem;
|
top: calc(100% + 10px);
|
||||||
right: 0;
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Components ============================================================== */
|
/* Components ============================================================== */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue