aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css
index 81c4130..361ff7e 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/style.css
+++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css
@@ -1411,3 +1411,12 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
-webkit-box-orient: vertical;
overflow: hidden;
}
+
+/* PDF preview: fills the overlay, scrolls in its own viewer. */
+.preview-pdf {
+ width: min(1000px, 92vw);
+ height: 82vh;
+ border: 1px solid var(--border);
+ border-radius: 8px;
+ background: var(--bg-surface);
+}