fix: Notes list options menu getting hidden (#827)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user