Spaces:
Running
Running
Create style.css
Browse files- public/style.css +8 -0
public/style.css
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@media print {
|
| 2 |
+
.overflow-y-auto, .overflow-auto, [data-panel-group-id] {
|
| 3 |
+
overflow: visible !important;
|
| 4 |
+
}
|
| 5 |
+
#header, #message-composer {
|
| 6 |
+
display: none;
|
| 7 |
+
}
|
| 8 |
+
}
|