diff options
| author | mehekj <mehek.jethani@gmail.com> | 2021-07-23 20:43:50 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2021-07-23 20:43:50 -0400 |
| commit | 15041b8cd20bda206536b8d933672802c1a8cfc6 (patch) | |
| tree | 39a395b1ca39e966162fbff22e753d2fb61fe06e /src/client/views/nodes/WebBox.scss | |
| parent | 618062ac7c2349dbc25cc69d8683d6e29ed947e8 (diff) | |
| parent | 14e66ac5bcdaa5e244be68ccb8cbb0c495917910 (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index ca82c049c..19b69ff5a 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -1,4 +1,4 @@ -@import "../globalCssVariables.scss"; +@import "../global/globalCssVariables.scss"; .webBox { @@ -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 { |
