html, body { margin:0 !important; padding:0 !important; height:100% !important; }
.t-body { overflow-x:hidden; }

/* iOS-friendly full height */
:root { --apph: 100vh; }
@supports (height: 100dvh) {
  :root { --apph: 100dvh; }
}

.t396 { min-height: var(--apph); }

/* если у тебя fixed-нижнее меню — учти safe-area */
.app-footer { padding-bottom: env(safe-area-inset-bottom); }  