framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
24 lines (23 loc) • 473 B
text/less
.md {
.sheet-modal {
.toolbar {
--f7-safe-area-bottom: 0px;
position: relative;
width: 100%;
&:after,
&:before {
display: none;
}
+ .sheet-modal-inner {
height: calc(100% - var(--f7-toolbar-height));
.page-content {
--f7-page-toolbar-top-offset: 0px;
--f7-page-toolbar-bottom-offset: 0px;
}
}
a.link:not(.tab-link) {
flex-shrink: 0;
}
}
}
}