diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-15 16:04:16 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-15 16:04:16 -0400 |
| commit | 166c37942ba536f024cbeba6f151da0ed6a3f671 (patch) | |
| tree | 9850022d8c60fc64926cff23f3aacd1815f2d64c /src/client/views/nodes/WebBox.scss | |
| parent | 6c0b421db6aa3204bbc6e42139d240f503000b5d (diff) | |
fixing up small interaction issues with web pages, collections, etc.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index c73bc0c47..2ad1129a4 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -9,6 +9,12 @@ overflow: scroll; } +#webBox-htmlSpan { + position: absolute; + top:0; + left:0; +} + .webBox-button { padding : 0vw; border: none; |
