@zoff-tech/zt-bottom-drawer
Version:
Bottom Drawer / Web Component
15 lines (12 loc) • 333 B
CSS
zt-bottom-drawer {
--zt-sat: env(safe-area-inset-top);
--zt-sar: env(safe-area-inset-right);
--zt-sab: env(safe-area-inset-bottom);
--zt-sal: env(safe-area-inset-left);
position: absolute;
width: 100%;
height: 100%;
}
zt-bottom-drawer ion-nav ion-header ion-toolbar:first-of-type{
padding-top: 0px;
}