aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-11-19 13:49:19 -0500
committerbobzel <zzzman@gmail.com>2023-11-19 13:49:19 -0500
commit3ebb44420ebe8621be355478cbd45656a5224303 (patch)
treeff95f2c59060122adfe79c40d5296aabde76bd5c /src/client/views/nodes/DocumentView.scss
parent95ca3c2419a760970d56a4af656b28c4f3b6c073 (diff)
fixed animations of text html overlays and turned off overflow hidden so that rotation doesn't get clipped. cleaned up docView querying for Selection
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index 505e937c5..406a1b8fb 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -61,7 +61,6 @@
.documentView-htmlOverlayInner {
box-shadow: black 0.2vw 0.2vw 0.8vw;
background: rgb(255, 255, 255);
- overflow: auto;
position: relative;
margin: auto;
padding: 20px;