guesstimate/client/src/style/index.css

10 lines
119 B
CSS

#app {
display: inherit;
}
@media print
{
.noPrint, .noPrint * {
display: none !important;
}
}