[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Popovers hidden behind fixed-top navbar
"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69d6bd01c671f_3c191d9c116fa@gitlab-sidekiq-low-urgency-cpu-bound-v2-644d5bcd56-8tjcb.mail> |
ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
e7efdee9 by UshindiG at 2026-04-08T20:31:58+00:00
[FIX] Popovers hidden behind fixed-top navbar
---
* Fix: Popovers hidden behind fixed-top navbar
See merge request tikiwiki/tiki!9932
- - - - -
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
=====================================
@@ -345,5 +345,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/e7efdee944827f1608de51a287b39972cdc8fe79
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e7efdee944827f1608de51a287b39972cdc8fe79
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