diff --git a/src/views/PlatformData/UserLoginStats.vue b/src/views/PlatformData/UserLoginStats.vue index ea15ef4..ce2d6ee 100644 --- a/src/views/PlatformData/UserLoginStats.vue +++ b/src/views/PlatformData/UserLoginStats.vue @@ -1142,6 +1142,10 @@ onMounted(() => { gap: 10px; margin-bottom: 20px; border: 1px solid #f0f0f0; + position: sticky; + top: 0; + z-index: 1000; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .search-label { font-weight: bold; diff --git a/src/views/PlatformData/UserOverview.vue b/src/views/PlatformData/UserOverview.vue index de858b1..bd06649 100644 --- a/src/views/PlatformData/UserOverview.vue +++ b/src/views/PlatformData/UserOverview.vue @@ -789,6 +789,10 @@ onMounted(() => { gap: 10px; margin-bottom: 20px; border: 1px solid #f0f0f0; + position: sticky; + top: 0; + z-index: 1000; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); } .search-label { font-weight: bold;