diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-04 14:13:29 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-04 14:13:29 -0400 |
| commit | b78aff5115862cbfa5e704422cb738aa7fd73c64 (patch) | |
| tree | b6610e3f6b39ad3d1477e4c6503981b4a66ddf94 /src/client/views/nodes/WebBox.scss | |
| parent | 52dade42e61a1d147bf43ece7f2b1d7b3d7b6b6a (diff) | |
fixed a number of smaller issues related to linking
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index a535b2638..c73bc0c47 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -2,6 +2,8 @@ .webBox-cont { padding: 0vw; position: absolute; + top: 0; + left:0; width: 100%; height: 100%; overflow: scroll; |
