Skip to content

Commit

Permalink
Merge pull request #1475 from scireum/feature/ymo/SE-14153-sticky
Browse files Browse the repository at this point in the history
fix css for sticky t:searchHeader on small screens
  • Loading branch information
jmuscireum authored Nov 12, 2024
2 parents af1e24e + 99bb871 commit 2f9fcfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Renders a search bar to be used above a table or a list of data cards.
</i:pragma>

<div class="search-header-js card shadow-sm mb-4 @if(sticky) { sticky-md-top }" @if(sticky) { style="z-index: 999;" }>
<div class="search-header-js card shadow-sm mb-4 @if(sticky) { sticky-top }" @if(sticky) { style="z-index: 999;" }>
<div class="card-body">
<div class="row">
<div class="col flex-grow-1 @class">
Expand Down

0 comments on commit 2f9fcfc

Please sign in to comment.