Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1262,9 +1262,16 @@ body {
|
||||
padding: 6px 8px !important;
|
||||
}
|
||||
|
||||
/* Güvenli z-index hiyerarşisi */
|
||||
.q-header { z-index: 1000 !important; } /* header en üstte */
|
||||
.q-drawer { z-index: 950 !important; } /* drawer header’ın altında */
|
||||
/* Mobile drawer touch-fix: drawer must stay above its backdrop */
|
||||
.q-drawer__backdrop {
|
||||
z-index: 2999 !important;
|
||||
}
|
||||
.q-drawer {
|
||||
z-index: 3000 !important;
|
||||
}
|
||||
.q-header {
|
||||
z-index: 3001 !important;
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user