fix: Notes list options menu getting hidden (#827)
This commit is contained in:
@@ -84,7 +84,7 @@ export const NotesList: FunctionComponent<Props> = observer(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="infinite-scroll"
|
className="infinite-scroll focus:shadow-none focus:outline-none"
|
||||||
id="notes-scrollable"
|
id="notes-scrollable"
|
||||||
onScroll={onScroll}
|
onScroll={onScroll}
|
||||||
onKeyDown={onKeyDown}
|
onKeyDown={onKeyDown}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ notes-view {
|
|||||||
#notes-column,
|
#notes-column,
|
||||||
.notes {
|
.notes {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
border-left: 1px solid var(--sn-stylekit-border-color);
|
border-left: 1px solid var(--sn-stylekit-border-color);
|
||||||
border-right: 1px solid var(--sn-stylekit-border-color);
|
border-right: 1px solid var(--sn-stylekit-border-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user