@pi0/framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
20 lines (19 loc) • 408 B
text/less
.md {
@import (multiple) '../../less/colors-md.less';
.sheet-modal {
background: #fff;
.toolbar {
top: 0;
.md-bar-shadow-remove();
+ .sheet-modal-inner {
height: ~"calc(100% - 48px)";
}
a.link {
flex-shrink: 0;
}
}
.toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .sheet-modal-inner .page-content {
padding-top: 0;
}
}
}