Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147873 | Sep 26,2019 12:55 PM UTC | Oct 8,2019 04:33 AM UTC | Blazor | 5 |
![]() |
Tags: Grid |
[MainLayout.razor]
<div class="main">
<div class="top-row px-4" style="z-index:2;"> /*set a higher z-index as 2 for the sticky positioned div*/
</div>
<div class="content px-4" style="z-index:1;"> /*set a lower z-index as 1 for the div which contain Grid*/
@Body /*Grid will be rendered here*/
</div>
</div>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.