UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

16 lines (13 loc) 659 B
/* ====================================== */ /* CSS for control sap.m/ScrollContainer */ /* Base theme */ /* ====================================== */ .sapMScrollCont { overflow: hidden; position: relative; /* to make the iScroll scrollbars appear at the correct position, if enabled */ } .sapMScrollContV .sapMScrollContScroll { display: block; /* when there is only vertical scrolling, the whole available width should be consumed */ } /* mixin call for creating container content padding classes (arguments: rootContainer, contentSelector) */ .sapUiContainerContentPadding(~".sapMScrollCont", ~"> .sapMScrollContScroll");