Skip to content

Commit

Permalink
JS-4329: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 26, 2024
1 parent ee379d8 commit f10e08d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scss/block/dataview/view/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
}
}

.body { overflow: overlay; }
.body { overflow: scroll; }

.body::-webkit-scrollbar { width: 6px; height: 6px; }
.body::-webkit-scrollbar-track { background: transparent; }
.body::-webkit-scrollbar-thumb { background: var(--color-shape-secondary); border-radius: 3px; }
}

.day {
Expand Down

0 comments on commit f10e08d

Please sign in to comment.