mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(overlay): hide scrollbars on non-scrollable content (#16767)
fixes #14178
This commit is contained in:
committed by
Liam DeBeasi
parent
051198928e
commit
875d56363c
@ -102,7 +102,7 @@
|
||||
.action-sheet-group {
|
||||
flex-shrink: 2;
|
||||
overscroll-behavior-y: contain;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
pointer-events: all;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user