diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-10 16:42:12 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-10 16:42:12 -0400 |
| commit | 21aab2fbf28e9cf6d08366b57d368d120d6813bb (patch) | |
| tree | 1eeda85f15283787b5b982975c2c5fed9692fd3e /src/client/views/nodes/ImageBox.scss | |
| parent | 77d66d159d75442ff5635c4bf4843b6155883cc2 (diff) | |
got rid of all CollectionView wrappers around XxxBox's added DocAnnotatableComponent
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 71d718b39..97d858f58 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -1,9 +1,9 @@ -.imageBox-cont { +.imageBox-cont, .imageBox-cont-interactive { padding: 0vw; - position: relative; + position: absolute; text-align: center; width: 100%; - height: auto; + height: 100%; max-width: 100%; max-height: 100%; pointer-events: none; @@ -11,8 +11,6 @@ .imageBox-cont-interactive { pointer-events: all; - width: 100%; - height: auto; } .imageBox-dot { |
