Skip to content

Commit de1dace

Browse files
committed
fix: Remove barra de scroll em dispositivos móveis
1 parent c3a24e1 commit de1dace

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sysvale/cuida",
3-
"version": "3.75.2",
3+
"version": "3.75.3",
44
"description": "A design system built by Sysvale, using storybook and Vue components",
55
"repository": {
66
"type": "git",

src/components/Scrollable.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,10 @@ export default {
8484
}
8585
}
8686
}
87+
88+
@media (max-width: 992px) {
89+
.scrollable__container::-webkit-scrollbar {
90+
display: none;
91+
}
92+
}
8793
</style>

0 commit comments

Comments
 (0)