```scss
// Property(ies): overlayEnabled - iOS Only
// Component(s): Ti.UI.ScrollableView
'.overlay-enabled[platform=ios]': { overlayEnabled: true }
'.overlay-disabled[platform=ios]': { overlayEnabled: false }
```