fix: no scrollbar when open the right sidebar

This commit is contained in:
Tienson Qin
2021-07-11 16:38:53 +08:00
parent 55b68cbc51
commit 43b704b5d4
2 changed files with 5 additions and 1 deletions

View File

@@ -1143,3 +1143,7 @@ html[data-theme='dark'] .keyboard-shortcut > code {
.ui__modal-panel {
border-radius: 8px;
}
.overflow-y-scroll {
overflow-y: scroll;
}