diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-04-16 17:20:07 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-04-16 17:20:07 -0700 |
| commit | 1e24f26454aada5afbf9daad4d5ed339083f364c (patch) | |
| tree | 646c98c5ce1a8a0a7482def0c63ee29173dd43ae /src/client/views/nodes/ComparisonBox.scss | |
| parent | b6ce0dca4f5c32edffe0f271ce3f5e3676040cae (diff) | |
fixed image drag and drop
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 32ced3463..57c680d55 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -3,6 +3,9 @@ border-radius: inherit; width: 100%; height: 100%; - position: absolute; - transform-origin: top left; + + .beforeBox-cont { + width: 100%; + height: 100%; + } }
\ No newline at end of file |
