1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Fixes #415 - corrected mobile-device navigation issue.

This commit is contained in:
Cameron
2013-12-21 21:50:18 -08:00
parent c3e93fb34d
commit fcd1e941cd
2 changed files with 8 additions and 2 deletions

View File

@@ -901,7 +901,10 @@ li.rssRow > div {
color: rgb(153, 153, 153);
}
/* FIX for iOS navigation sublinks */
.dropdown-backdrop {
position: static;
}
/*

View File

@@ -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;
}