File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 55
55
@apply border-gray-300 my-5;
56
56
}
57
57
58
- .slides-container {
59
- -ms-overflow-style : none;
60
- /* Internet Explorer 10+ */
61
- scrollbar-width : none;
62
- /* Firefox */
63
- }
64
58
65
59
.slides-container ::-webkit-scrollbar {
66
60
display : none;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defineProps({
27
27
28
28
slides-container flex snap-x snap-mandatory space-x-2 scroll-smooth overflow-x-auto
29
29
-->
30
- <div class="slides-container grid grid-flow-col auto-cols-max gap-4 overflow-auto overflow-y-hidden snap-x snap-mandatory scroll-smooth touch-manipulation"
30
+ <div class="slides-container grid grid-flow-col auto-cols-max gap-4 overflow-auto overflow-y-hidden [scrollbar-width:none] [-ms-overflow-style:none] snap-x snap-mandatory scroll-smooth touch-manipulation"
31
31
data-slide-container v-bind="$attrs">
32
32
<slot></slot>
33
33
<!-- Slider controls -->
You can’t perform that action at this time.
0 commit comments