Merge branch 'master' into fix/1274

This commit is contained in:
JellyBrick
2023-10-08 15:00:30 +09:00
committed by GitHub
4 changed files with 68 additions and 57 deletions

View File

@ -80,6 +80,11 @@ menu-panel[open="true"] {
opacity: 1;
transform: scale(1);
}
menu-panel.position-by-bottom {
top: unset;
bottom: calc(100vh - var(--y, 100%));
max-height: calc(var(--y, 0) - var(--menu-bar-height, 36px) - 16px);
}
menu-item {
-webkit-app-region: none;