.mobile-native-scroller__wrapper {
    position: relative;
}

.mobile-native-scroller__wrapper .scrollbarH {
	background-color: #e6e6e6;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-native-scroller__wrapper .scrollbarH .handle {
    background-color: #000000;
    height: 5px;
    width: 70px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-bottom {
	overflow: hidden !important;
}