Update style.css
Browse files
style.css
CHANGED
|
@@ -9,6 +9,10 @@
|
|
| 9 |
--section-header-text-size: 12pt;
|
| 10 |
--block-background-fill: transparent;
|
| 11 |
position: fixed;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
|
| 14 |
.block.padded:not(.gradio-accordion) {
|
|
|
|
| 9 |
--section-header-text-size: 12pt;
|
| 10 |
--block-background-fill: transparent;
|
| 11 |
position: fixed;
|
| 12 |
+
top: 0;
|
| 13 |
+
/* width: 100% */
|
| 14 |
+
left: 0;
|
| 15 |
+
right: 0;
|
| 16 |
}
|
| 17 |
|
| 18 |
.block.padded:not(.gradio-accordion) {
|