fix: Notes list options menu getting hidden (#827)

This commit is contained in:
Aman Harwara
2022-01-27 18:37:29 +05:30
committed by GitHub
parent 7726b1249c
commit 36584b07bd
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ notes-view {
#notes-column,
.notes {
width: 100%;
overflow: visible;
border-left: 1px solid var(--sn-stylekit-border-color);
border-right: 1px solid var(--sn-stylekit-border-color);