Skip to content

Commit

Permalink
fix: style lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Feb 2, 2024
1 parent ae6d829 commit 903c162
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Iwd/ActivityFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default {
</script>
<style scoped lang="postcss">
.hide-scrollbar::-webkit-scrollbar {
@apply tw-hidden;
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
.hide-scrollbar::-webkit-scrollbar {
@apply tw-hidden;
}
</style>

0 comments on commit 903c162

Please sign in to comment.