diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-26 19:21:09 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-26 19:21:09 -0500 |
commit | 56e27c653f73d0846b93f56e355619e142b76500 (patch) | |
tree | 346657722059f09219421a0f88183014a9d7daba /src/client/views/nodes/WebBox.scss | |
parent | efe5d9515c88f6e0963ae1c04545b7bbbd8beb55 (diff) | |
parent | 04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (diff) |
fixed bugs and merged with master
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r-- | src/client/views/nodes/WebBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 9df984d68..e72b3c4da 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -2,7 +2,8 @@ .webBox-cont { padding: 0vw; position: absolute; - width: 100% + width: 100%; + height: 100%; } .webBox-button { |