Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 23, 2024
1 parent 7cdd388 commit 2789779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.23
0.0.24
4 changes: 4 additions & 0 deletions lead_docs/ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
display: none;
}

* {
scrollbar-color: auto;
}

div {
@apply overflow-scroll;
}
Expand Down

0 comments on commit 2789779

Please sign in to comment.