From 9ffad71b0d4501d9e8190be7c34ae333e5f18a2e Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Wed, 25 Mar 2015 17:06:41 -0400 Subject: [PATCH] Fixed h2 issue that caused inability to click links --- documentation/build/include/plugins.html | 2 +- documentation/index.html | 2 +- documentation/style.css | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/documentation/build/include/plugins.html b/documentation/build/include/plugins.html index b34632418..c0a04e959 100644 --- a/documentation/build/include/plugins.html +++ b/documentation/build/include/plugins.html @@ -1,7 +1,7 @@

AdminLTE makes use of the following plugins. For documentation, updates or license information, please visit the provided links.

-
+
  • Charts

  • diff --git a/documentation/index.html b/documentation/index.html index dcf471e74..778ae8682 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -2152,7 +2152,7 @@ AdminLTE/

    AdminLTE makes use of the following plugins. For documentation, updates or license information, please visit the provided links.

    -
    +
    • Charts

    • diff --git a/documentation/style.css b/documentation/style.css index 9e75d0227..c7588f6fa 100644 --- a/documentation/style.css +++ b/documentation/style.css @@ -4,8 +4,13 @@ .content-wrapper p { padding: 0 10px; font-size: 16px; + position: relative; + z-index: 30; +} +.bring-up { + position: relative; + z-index: 30; } - .content { z-index: 500; }