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

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

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


Commits:
9d9c22c7 by UshindiG at 2026-04-29T18:46:43+00:00
[BP][FIX] Popovers hidden behind fixed-top navbar
---
* [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

See merge request tikiwiki/tiki!10109

- - - - -


5 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


Changes:

=====================================
lib/jquery_tiki/tiki-jquery.js
=====================================
@@ -494,6 +494,7 @@ $.fn.tiki_popover = function () {
             html: true,
             //bsDelay: { "show": 500, "hide": 500 },
             delay: 500,
+            container: 'body',
             placement: $.tikiPopoverWhereToPlace,
             boundary: "window",
             content: function (link) {
@@ -510,6 +511,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
=====================================
@@ -146,7 +146,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
=====================================
@@ -564,6 +564,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
=====================================
@@ -12,6 +12,11 @@ body.layout_social.tiki.navbar-padding {
 }
 
 // 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
=====================================
@@ -20,6 +20,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



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

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9d9c22c7c928e3c074d3a2fdeb0abb1f1dfd6b55
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.