aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-27 08:25:39 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-27 08:25:39 -0400
commitefaf0a35e58c8099918c66481f75ed7ae07c7a37 (patch)
treeb8606e2e06c3eba13255a367f8921deea51cf77b /src/client/views/nodes/WebBox.scss
parent49fcb0f6613344fb62db618c0b466c6155c20eb0 (diff)
added vertical resie of fixedaspect when _fitWidth is on. fixin webBox css to not clip contents.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r--src/client/views/nodes/WebBox.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss
index f5c8745e7..62657780d 100644
--- a/src/client/views/nodes/WebBox.scss
+++ b/src/client/views/nodes/WebBox.scss
@@ -23,10 +23,11 @@
position: absolute;
background-color: rgba(245, 230, 95, 0.616);
}
- .webBox-container, .webBox-container-dragging {
+ .webBox-container {
transform-origin: top left;
width: 100%;
height: 100%;
+ overflow-x:hidden;
.webBox-htmlSpan {
position: absolute;