From 69506bde9277272a132077d72b3dc997dec8c21f Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 18 Dec 2012 11:51:14 +0100 Subject: [PATCH] update OxCustomList CSS --- source/Ox.UI/css/Ox.UI.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; }