diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-11 09:35:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-11 09:35:10 -0400 |
| commit | dc81c08086446df700185a0ad0a8ee8f16e06ab7 (patch) | |
| tree | aa0fb34a9edfbd3dc968b05c2c1f9e8d76735325 /src/client/views/nodes | |
| parent | b9f15c10e4cfa1288e176cbd1d312c628c5998ad (diff) | |
fixed stacking view to used computedFn's to avoid invalidations and resotred DocumentView to flex layout by fixing stacking view's css
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 2873b4bba..23dada260 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -242,7 +242,7 @@ .contentFittingDocumentView { position: relative; - display: block; + display: flex; width: 100%; height: 100%; transition: inherit; |
