diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-08 01:17:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-08 01:17:24 -0400 |
| commit | f8840672a7bcb3f337d8e50098f374a1b2d441ce (patch) | |
| tree | ae91a89fb8711c0fa216402c58c4acc130c65028 /src/client/views/OverlayView.scss | |
| parent | 3bf78af650a17db0a836118cb49159fd94cb8de2 (diff) | |
added ability to make thumbnails of dashboards. started to cleanup dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
Diffstat (limited to 'src/client/views/OverlayView.scss')
| -rw-r--r-- | src/client/views/OverlayView.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/OverlayView.scss b/src/client/views/OverlayView.scss index 555f4298d..f22e68ff5 100644 --- a/src/client/views/OverlayView.scss +++ b/src/client/views/OverlayView.scss @@ -46,4 +46,6 @@ .overlayView-doc { z-index: 9002; //so that it appears above chroma position: absolute; + top: 0; + left: 0; }
\ No newline at end of file |
