1
0
Fork 0
mirror of synced 2024-07-17 12:15:59 +12:00

Update print styles to work with dev tools update

This commit is contained in:
Andrew Kingston 2022-05-12 10:44:36 +01:00
parent 480110ce43
commit 1005d58ed3
3 changed files with 12 additions and 1 deletions

View file

@ -283,7 +283,8 @@
@media print {
#spectrum-root,
#clip-root,
#app-root {
#app-root,
#app-body {
overflow: visible !important;
}
}

View file

@ -66,4 +66,9 @@
.tab-content {
padding: 0 var(--spacing-xl);
}
@media print {
.devtools {
display: none;
}
}
</style>

View file

@ -71,4 +71,9 @@
.dev-preview-header :global(.spectrum-Picker-label) {
color: white !important;
}
@media print {
.dev-preview-header {
display: none;
}
}
</style>