diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
| commit | 9047fbe7dc69572bd8178bc29616ed2c855933ce (patch) | |
| tree | a5d2c8041faa038d490570756036df8729526d33 /src/client/views/nodes/IconBox.scss | |
| parent | b9d32e8e07137484c57f3d1ab89090b27d56cfe6 (diff) | |
fixed putting link info on protoype. making images and videos show up reasonably in schema and kvp. dragging of docs from schema.
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/IconBox.scss b/src/client/views/nodes/IconBox.scss index 85bbdeb59..f6d9860a3 100644 --- a/src/client/views/nodes/IconBox.scss +++ b/src/client/views/nodes/IconBox.scss @@ -1,7 +1,7 @@ @import "../globalCssVariables"; .iconBox-container { - position: absolute; + position: inherit; left:0; top:0; height: 100%; @@ -14,7 +14,7 @@ background: white; } .iconBox-label { - position: inherit; + position: absolute; width:max-content; font-size: 14px; margin-top: 3px; |
