diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index a56b4099..8000219d 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1203,6 +1203,16 @@ Lists ================================================================================ */ +.OxCustomList > .OxContainer { + position: absolute; + top: 0; + bottom: 0; +} +.OxCustomList .OxPage { + position: absolute; +} + + .OxIconList.OxBoth { overflow-x: hidden; }