/**
* DevExtreme (widgets/ios7/scrollable.ios7.less)
* Version: 19.2.6
* Build date: Thu Jan 30 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;
    }
}
