Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-andrusciac-lgp committed Apr 4, 2024
1 parent 5ef5e9b commit 38f2dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions packages/ui/VirtualList/UiVirtualList.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
height: 100%;
width: 100%;
overflow: hidden;
/* hide native scrollbar */
scrollbar-width: none;

&.vertical {
overflow-y: scroll;
Expand All @@ -26,11 +28,6 @@
}
}

.virtualList {
/* hide native scrollbar */
scrollbar-width: none;
}

/* to be removed after chrome version 121 */
.virtualList::-webkit-scrollbar {
display: none;
Expand Down
7 changes: 2 additions & 5 deletions packages/ui/VirtualList/VirtualList.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
height: 100%;
width: 100%;
overflow: hidden;
/* hide native scrollbar */
scrollbar-width: none;

.content {
will-change: transform;
Expand Down Expand Up @@ -34,11 +36,6 @@
will-change: transform;
}

.virtualList {
/* hide native scrollbar */
scrollbar-width: none;
}

/* to be removed after chrome version 121 */
.virtualList::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 38f2dd7

Please sign in to comment.