Browse Source

Merge 8422f7d076 into 873109b75c

pull/6888/merge
arya rizky 1 week ago
committed by GitHub
parent
commit
72fee3af1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      libs/ui/src/lib/page-tabs/page-tabs.component.scss

2
libs/ui/src/lib/page-tabs/page-tabs.component.scss

@ -4,6 +4,8 @@
display: flex;
flex-direction: column;
height: calc(100svh - var(--mat-toolbar-standard-height));
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: constant(safe-area-inset-bottom);
width: 100%;
@include mat.tabs-overrides(

Loading…
Cancel
Save