UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

32 lines (28 loc) 612 B
/** * DevExtreme (widgets/ios7/scrollable.ios7.less) * Version: 20.1.4 * Build date: Tue Jun 02 2020 * * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ .dx-scrollable-native { .dx-scrollable-content { min-height: 101%; } } .dx-scrollable-scroll { margin: 2px; border-radius: 2px; background-color: @IOS7_SCROLL; } .dx-scrollbar-vertical { .dx-scrollable-scroll { width: 3px; } } .dx-scrollbar-horizontal { .dx-scrollable-scroll { height: 3px; } }