Skip to content

Commit fc7ad61

Browse files
committed
Replaced display:none with @apply hidden
1 parent e752090 commit fc7ad61

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/ui-components/Containers/MetaBar/index.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,4 @@
8484
}
8585
}
8686

87-
.wrapper::-webkit-scrollbar {
88-
display: none;
89-
}
87+
@apply hidden;

0 commit comments

Comments
 (0)