Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/style/annotations/annotate.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ i.check {
flex-direction: column;

.categories-container-scroll {
overflow-y: scroll;
height: 100vh;
overflow-y: auto;
height: auto;
}

.dropdown {
Expand Down