diff --git a/flash1.html b/flash1.html
index 1f8d9850..ff0c27f0 100644
--- a/flash1.html
+++ b/flash1.html
@@ -42,6 +42,13 @@
overflow: hidden;
text-overflow: ellipsis;
}
+ esp-web-install-button[install-unsupported] {
+ visibility: inherit;
+ }
+ .content pre {
+ max-width: 100%;
+ overflow-y: scroll;
+ }
.footer {
width: 100%;
padding: 12px;
@@ -53,10 +60,7 @@
text-align: center;
z-index: 2; /* Ensure footer is above everything else */
}
- esp-web-install-button[install-unsupported] {
- visibility: inherit;
- }
-
+
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;