Skip to content

Commit

Permalink
fix: Notes list options menu getting hidden (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Jan 27, 2022
1 parent 7726b12 commit 36584b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/NotesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 36584b0

Please sign in to comment.