diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 02:34:58 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-02-23 02:34:58 -0500 |
| commit | 451c31e529dad9fbec94e71790907848f7c3fb24 (patch) | |
| tree | 65110193fe02a2e89c658f70f6439d352a914b32 /src/client/views/nodes/ImageBox.scss | |
| parent | b358acef21cbed80944407d0f562c990a1df4c16 (diff) | |
css hacking to fix layout issues related to making a captioned image style
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 36f5e0fe0..5b15b3329 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -1,7 +1,8 @@ .imageBox-cont { padding: 0vw; - position: absolute; + position: relative; + text-align: center; width: 100%; max-width: 100%; max-height: 100% |
