aboutsummaryrefslogtreecommitdiff
path: root/src/components/Menu/Menu.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-12 10:42:05 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-12 10:42:05 +0530
commit10dbff87243b91fb4e50a86f1ec4cc30d5c63dc0 (patch)
tree85b40fce49df4102100500ffc69fb7eab1005542 /src/components/Menu/Menu.scss
parent9d941b5d99621bc98df0be3002aa7121f98e7a56 (diff)
implemented sleek way to handle generating PDFs
Diffstat (limited to 'src/components/Menu/Menu.scss')
-rw-r--r--src/components/Menu/Menu.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/Menu/Menu.scss b/src/components/Menu/Menu.scss
index cf9f7aa..93d6c5e 100644
--- a/src/components/Menu/Menu.scss
+++ b/src/components/Menu/Menu.scss
@@ -23,3 +23,14 @@
.InvoiceInfoMenu {
width: 60%;
}
+
+.PDFViewer {
+ height: 95%;
+ width: 95%;
+
+ position: fixed;
+ top: 0; bottom: 0;
+ left: 0; right: 0;
+ margin: auto;
+ z-index: 3;
+}