diff options
| author | vkalev <vjk1883@gmail.com> | 2021-07-22 11:30:48 -0400 |
|---|---|---|
| committer | vkalev <vjk1883@gmail.com> | 2021-07-22 11:30:48 -0400 |
| commit | 8ee7ba27d765c8953c8b569ed981f91458d49079 (patch) | |
| tree | 5af21f2993c7138e2e425a3dabe69bdd439aac82 /src/client/views/nodes/WebBox.scss | |
| parent | fabaad0251cf4f64c1af7a37a5f3d6622011c058 (diff) | |
| parent | 491fb6fc41792b1dfe7e3f9210b07a6b8e1eb0a7 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ink-gfx-victor
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index ca82c049c..aae9cd37f 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -17,6 +17,7 @@ justify-content: center; border-radius: 3px; pointer-events: all; + z-index: 1; // so it appears on top of the document's title, if shown } .pdfViewerDash-dragAnnotationBox { |
