Merge branch 'develop' into no-websocket

This commit is contained in:
syuilo 2025-04-29 11:20:50 +09:00
commit 445e52214a
2 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,7 @@ window.document.documentElement.style.scrollBehavior = 'auto';
.nonTitlebarArea {
display: flex;
flex: 1;
min-height: 0;
}
.main {

View File

@ -141,6 +141,7 @@ $widgets-hide-threshold: 1090px;
.nonTitlebarArea {
display: flex;
flex: 1;
min-height: 0;
}
.sidebar {