From 8794fb6ecc68da9417d4b320e9cf5898592e1847 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 22 Feb 2016 23:20:24 -0500 Subject: [PATCH] ie fixes --- dashboard-ui/devices/ie/ie.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/devices/ie/ie.css b/dashboard-ui/devices/ie/ie.css index 3adc802afe..dc5ca4280a 100644 --- a/dashboard-ui/devices/ie/ie.css +++ b/dashboard-ui/devices/ie/ie.css @@ -12,6 +12,18 @@ .guideChannelImage { position: absolute; - top: 0; + top: 0; right: 5px; -} \ No newline at end of file +} + +.actionSheet { + display: block !important; +} + +.actionSheetContent { + display: block !important; +} + +.actionSheetMenuItem { + display: block !important; +}