mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
feat(segment-view): support disabled
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user