From fcd1e941cd8ff935e68b599254562923f57491a5 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 21 Dec 2013 21:50:18 -0800 Subject: [PATCH] Fixes #415 - corrected mobile-device navigation issue. --- e107_themes/bootstrap/admin_style.css | 5 ++++- e107_themes/bootstrap/style.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index d4da778ae..48fe51e6a 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -901,7 +901,10 @@ li.rssRow > div { color: rgb(153, 153, 153); } - +/* FIX for iOS navigation sublinks */ +.dropdown-backdrop { + position: static; +} /* diff --git a/e107_themes/bootstrap/style.css b/e107_themes/bootstrap/style.css index be10f5924..0fc5697a8 100644 --- a/e107_themes/bootstrap/style.css +++ b/e107_themes/bootstrap/style.css @@ -98,7 +98,10 @@ div.featurebox-nav a.featurebox-nav-prev:hover { text-decoration: none; font-siz padding: 7px 9px; } - +/* FIX for iOS navigation sublinks */ +.dropdown-backdrop { + position: static; +}