Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-05-12 13:10:46 +03:00
parent 20ec92167c
commit 43f965a3cf
2 changed files with 0 additions and 20 deletions
@@ -3061,9 +3061,6 @@ watch(
}
.pcd-sticky-stack {
position: sticky !important;
top: 50px !important;
z-index: 1000 !important;
background: #fff;
margin-bottom: 0;
border-bottom: 1px solid #ddd;
@@ -3256,9 +3253,6 @@ watch(
}
.pcd-sub-header {
position: sticky !important;
top: var(--pcd-subheader-top) !important;
z-index: 990 !important;
display: flex !important;
align-items: center;
justify-content: space-between;
@@ -3302,9 +3296,6 @@ watch(
}
.pcd-detail-table :deep(.q-table thead tr:first-child th) {
position: sticky !important;
top: calc(var(--pcd-subheader-top) + 42px) !important;
z-index: 980 !important;
background: #f8f9fa !important;
opacity: 1 !important;
}