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

@@ -84,7 +84,7 @@ export const NotesList: FunctionComponent<Props> = observer(
return (
<div
className="infinite-scroll"
className="infinite-scroll focus:shadow-none focus:outline-none"
id="notes-scrollable"
onScroll={onScroll}
onKeyDown={onKeyDown}

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);