aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-11 16:56:36 -0400
committerbob <bcz@cs.brown.edu>2019-03-11 16:56:36 -0400
commit618e66a5a070f1aac9224bd3f44b76a5ac314bfa (patch)
treea58c09879cd75c4b0b544f5c8d59de52a32043c7 /src/client/views/nodes/WebBox.scss
parentfaf0cc17a47aacaef48b4fe18c2f52af0a360805 (diff)
fixed dragging of link button. made web views clips. added delete on marquee.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r--src/client/views/nodes/WebBox.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss
index e72b3c4da..a535b2638 100644
--- a/src/client/views/nodes/WebBox.scss
+++ b/src/client/views/nodes/WebBox.scss
@@ -4,6 +4,7 @@
position: absolute;
width: 100%;
height: 100%;
+ overflow: scroll;
}
.webBox-button {