fix: ui problem

This commit is contained in:
QiShaoXuan
2022-10-20 16:27:05 +08:00
parent e13aeda5b2
commit 1c09b79cf8
8 changed files with 89 additions and 48 deletions

View File

@@ -5,3 +5,19 @@ debug-menu {
background-color: #fff;
}
.affine-editor-container {
background: var(--affine-page-background);
transition: background-color 0.5s;
overflow-y: auto !important;
overflow-x: hidden;
}
.affine-default-page-block-title-container {
margin-top: 78px;
}
.affine-default-page-block-container {
min-height: calc(100% - 78px);
height: auto !important;
overflow: hidden;
padding-bottom: 150px !important;
}