|
From: Bruno K. (@kambereBr) <gi...@mg...> - 2026-06-06 09:26:27
|
Bruno Kambere pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
73102add by Merci Jacob at 2026-06-06T12:08:10+03:00
[ENH][UI] Keep advanced search right-side facets sidebar sticky while scrolling to keep its content accessible
---
* [ENH] Keep advanced search right-side facets sidebar sticky while scrolling with top offset to keep Filter action accessible
See merge request tikiwiki/tiki!10358
- - - - -
1 changed file:
- themes/base_files/scss/_tiki-search.scss
Changes:
=====================================
themes/base_files/scss/_tiki-search.scss
=====================================
@@ -23,6 +23,8 @@
margin-bottom: 1.25rem;
box-sizing: border-box;
max-width: 100%;
+ position: sticky;
+ top: 6rem;
}
.search-with-facets .search-facets-sidebar .form-select[multiple] {
@@ -44,6 +46,8 @@
width: 100%;
margin-left: 0;
margin-bottom: 1.25rem;
+ position: static;
+ top: auto;
}
.search-with-facets .search-results-main {
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/73102add586b2f3dabff0cda150c9f545dd3346f
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/73102add586b2f3dabff0cda150c9f545dd3346f
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
|