[image: 1749285008298-screenshot-2025-06-07-at-10.30.03-resized.png]
so if you show your menubar in
customize ā menu style ā menu bar
and then you want your thumbnailgrid filter on top of the menu bar,
use this css:
.lay-content{
position: static!important;
}
.row{
position: static!important;
}
.col{
position: static!important;
}
.lay-thumbnailgrid-filter-wrap{
position: relative;
z-index: 11;
}
will result in:
[image: 1749285090774-screenshot-2025-06-07-at-10.31.27.png]
in the middle, thats my thumbnailgrid filter
this css may result in some other things not working correctly, like row background images