Skip to content

Commit 3bfb2e9

Browse files
committed
fix: container-size issues in firefox
1 parent 53e6bab commit 3bfb2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-error-log-viewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public function ajax_filesize() {
407407
#app { padding: 0 10px; }
408408
.loader {transition: opacity 1s; opacity: 0;}
409409
.loader.visible { transition: opacity 0s; opacity: 1 }
410-
.md-card { height: calc(100% - 15px); min-width: 90vw; }
410+
.md-card { height: calc(100vh - 15px); min-width: 90vw; max-width: 98vw; overflow: hidden; }
411411
.md-content { max-height: unset !important; height: calc(100vh - 15px); max-width: 100%; }
412412
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
413413
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}

0 commit comments

Comments
 (0)