diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 11:42:47 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 11:42:47 +0530 |
commit | 554a99c96d223eacc4bb6e10e3f6ad1712397f3a (patch) | |
tree | d5d0d5c984b38382723e6a3bd72d84d9b7ce89ca /src/components/Print/Print.scss | |
parent | 379212ecb074eda65e9a07037bbbbcf3a3cc94e9 (diff) |
fixed transition only happening on hover in
Diffstat (limited to 'src/components/Print/Print.scss')
-rw-r--r-- | src/components/Print/Print.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/Print/Print.scss b/src/components/Print/Print.scss new file mode 100644 index 0000000..bae5f76 --- /dev/null +++ b/src/components/Print/Print.scss @@ -0,0 +1,13 @@ +@import "../../styles/theme"; + +.PDFViewer { + height: 95%; + width: 95%; + border: 2px solid $border0; + + position: fixed; + top: 0; bottom: 0; + left: 0; right: 0; + margin: auto; + z-index: 3; +} |