feat(segment-view): support disabled

This commit is contained in:
Brandy Carney
2024-09-19 14:12:34 -04:00
parent 44a0855844
commit 678990d77a
7 changed files with 56 additions and 5 deletions

View File

@ -20,3 +20,12 @@
:host::-webkit-scrollbar {
display: none;
}
:host(.segment-view-disabled) {
scroll-snap-type: none;
touch-action: none;
overflow-x: hidden;
opacity: 0.7;
}