You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/04/11 14:26:34 UTC

[jena-site] 03/06: Use important to override Bootstrap z-index setting

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit d9796e1d0ca40cd04996d6f5338f9b78eb2e707a
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sun Apr 9 15:13:42 2023 +0200

    Use important to override Bootstrap z-index setting
---
 assets/sass/jena.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/sass/jena.scss b/assets/sass/jena.scss
index d597e24ca..11520d507 100644
--- a/assets/sass/jena.scss
+++ b/assets/sass/jena.scss
@@ -107,7 +107,7 @@ main {
      * 1020 from Bootstrap, causing the menu to be under this sidebar.
      * This value fixes that.
      */
-    z-index: 999;
+    z-index: 999 !important;
 
     nav {
       margin-top: 0.5rem;