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