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
@@ -37,7 +37,6 @@
no-data-label="Kayit bulunamadi"
:rows-per-page-options="[0]"
hide-bottom
sticky-header
>
<template #header-cell="props">
<q-th :props="props">
@@ -867,11 +866,6 @@ onMounted(async () => {
<style scoped>
.pcmm-page {
background: #fafafa;
/* Prevent page scroll; table body will scroll inside .pcmm-table-wrap */
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.pcmm-header {
@@ -885,8 +879,6 @@ onMounted(async () => {
.pcmm-table-wrap {
flex: 1 1 auto;
min-height: 0; /* important for flex overflow scrolling */
overflow: auto;
}
.pcmm-form {
@@ -927,9 +919,6 @@ onMounted(async () => {
/* Keep q-table top controls visible while scrolling (like sticky headers). */
.pcmm-table :deep(.q-table__top) {
position: sticky;
top: 0;
z-index: 3;
background: #fafafa;
}