Fix off-screen action menu bug, refs #1084

pull/1112/head
Simon Willison 2020-11-21 15:33:04 -08:00
rodzic 30e64c8d3b
commit 4bac9f18f9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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 ============================================================== */