Hoist flyouts to <body>

This commit is contained in:
Jason Miller
2020-12-09 23:47:43 -05:00
parent 7de8fa9da3
commit a65bbdf811
5 changed files with 142 additions and 59 deletions

View File

@@ -15,7 +15,7 @@
color: var(--header-text-color);
margin: 0;
height: 38px;
padding: 0 0 0 var(--horizontal-padding);
padding: 0 var(--horizontal-padding);
font-weight: bold;
font-size: 1.4rem;
border-bottom: 1px solid var(--off-black);
@@ -90,12 +90,13 @@
border-radius: 4px;
}
.options-title aside {
right: 10px;
bottom: calc(100% + 10px);
.menu {
transform: translateY(-10px);
}
.title-button {
position: relative;
left: 10px;
composes: unbutton from global;
border-radius: 50%;
background: rgba(255, 255, 255, 0);