[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] Popovers hidden behind fixed-top navbar

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69f22e36b0020_38261de419736@gitlab-sidekiq-low-urgency-cpu-bound-v2-75976c9f59-6tkcf.mail>

luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
bef7e918 by luci at 2026-04-29T16:04:46+00:00
[FIX] Popovers hidden behind fixed-top navbar
---
* [FIX] Popovers hidden behind fixed-top navbar
---
* Fix: Popovers hidden behind fixed-top navbar

See merge request tikiwiki/tiki!9932


(cherry picked from commit e7efdee944827f1608de51a287b39972cdc8fe79)

53540595 Fix: Popovers hidden behind fixed-top navbar

Co-authored-by: UshindiG <[email protected]>

See merge request tikiwiki/tiki!10106

- - - - -


6 changed files:

- lib/jquery_tiki/tiki-jquery.js
- themes/base_files/scss/_tiki-bootstrap_overrides.scss
- themes/base_files/scss/_tiki-selectors.scss
- themes/fivealive-lite/scss/_selectors-for-options.scss
- themes/fivealive/scss/_selectors-for-options.scss
- themes/jqui/options/trontastic/css/trontastic.css


Changes:

=====================================
lib/jquery_tiki/tiki-jquery.js
=====================================
@@ -498,6 +498,7 @@ $.fn.tiki_popover = function () {
             html: true,
             //bsDelay: { "show": 500, "hide": 500 },
             delay: 500,
+            container: 'body',
             placement: $.tikiPopoverWhereToPlace,
             boundary: "window",
             content: function (link) {
@@ -514,6 +515,7 @@ $.fn.tiki_popover = function () {
                             trigger: trigger,
                             html: true,
                             delay: 500,
+                            container: 'body',
                             placement: $.tikiPopoverWhereToPlace,
                             boundary: "window"
                         });


=====================================
themes/base_files/scss/_tiki-bootstrap_overrides.scss
=====================================
@@ -155,7 +155,7 @@ body.fullscreen.tiki.navbar-padding {
 
 .tiki .popover {
     max-width: $popover-max-width + 25px;
-    z-index: 1;
+    z-index: $zindex-popover;
     .popover-body .table {
         margin-bottom: 0;
         td { word-break: break-word; }


=====================================
themes/base_files/scss/_tiki-selectors.scss
=====================================
@@ -600,6 +600,10 @@ ul.all_languages > li {
     border: 1px solid $success;
 }
 
+.tiki .popover {
+    z-index: $zindex-popover;
+}
+
 // /* mouseover plugin */
 .plugin-mouseover {
     background: $popover-bg;


=====================================
themes/fivealive-lite/scss/_selectors-for-options.scss
=====================================
@@ -6,6 +6,11 @@ $imagePath: "../images/";
 //    background-image: url('#{$imagePath}bg.jpg');
 
 // Copied from base_files/scss/_tiki-selectors.scss (which these child themes don't import)
+
+.tiki .popover {
+    z-index: $zindex-popover; // 1070
+}
+
 .tiki .wiki.external + .icon-link-external, // wikitext
 .tiki .wiki.external .icon-link-external,
 .editable-inline .icon { // Tracker inline editing


=====================================
themes/fivealive/scss/_selectors-for-options.scss
=====================================
@@ -38,6 +38,11 @@ layout_basic.fullscreen,
 }
 
 // Copied from base_files/scss/_tiki-selectors.scss (which these child themes don't import)
+
+.tiki .popover {
+    z-index: $zindex-popover; // 1070
+}
+
 .tiki .wiki.external + .icon-link-external, // wikitext
 .tiki .wiki.external .icon-link-external,
 .editable-inline .icon { // Tracker inline editing


=====================================
themes/jqui/options/trontastic/css/trontastic.css
=====================================
@@ -355,5 +355,10 @@ button.accordion-button {
 
 [data-bs-theme=dark] .alert.alert-primary .btn-close {
     --bs-btn-close-color: #000;
-    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
+    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
+}
+
+/* Fix: Popovers hidden behind fixed-top navbar */
+.tiki .popover {
+    z-index: 1070;
 }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/bef7e9186eeefea6d7370ee816fa9f8e38b273e6

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/bef7e9186eeefea6d7370ee816fa9f8e38b273e6
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.