Merge pull request #3270 from HeyPuter/fix-file-dialog

puter.js - fix issue where content of file dialog wasn't visible
This commit is contained in:
Miika Kuisma
2026-06-17 13:08:43 +03:00
committed by GitHub
+1
View File
@@ -1407,6 +1407,7 @@ span.header-sort-icon img {
}
.window-body-filedialog {
width: auto !important;
height: calc(100% - 137px);
}