diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-07-05 13:45:21 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-07-05 13:45:21 -0400 |
| commit | 27a2711343135f8d5b784bf446941a377a533488 (patch) | |
| tree | dbb661df0c5c6af0323b64ad90ba3297b56c2946 /src/client/util/TooltipTextMenu.scss | |
| parent | a223d6a4283c976ad3c5a2fd97df5a6bb0542722 (diff) | |
unhigh
Diffstat (limited to 'src/client/util/TooltipTextMenu.scss')
| -rw-r--r-- | src/client/util/TooltipTextMenu.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/util/TooltipTextMenu.scss b/src/client/util/TooltipTextMenu.scss index 6e6818636..38870a1ce 100644 --- a/src/client/util/TooltipTextMenu.scss +++ b/src/client/util/TooltipTextMenu.scss @@ -18,7 +18,8 @@ .ProseMirror-menuitem { margin-right: 3px; display: inline-block; - z-index: 100000; + z-index: 50000; + position: relative; } .ProseMirror-menuseparator { @@ -67,7 +68,7 @@ } .ProseMirror-menu-dropdown-menu { - z-index: 100000; + z-index: 50000; min-width: 6em; background: white; position: absolute; @@ -236,7 +237,7 @@ .tooltipMenu { position: absolute; - z-index: 2000; + z-index: 20000; background: #121721; border: 1px solid silver; border-radius: 15px; @@ -298,6 +299,7 @@ cursor: pointer; text-align: center; min-width: 10px; + } .strong, .heading { font-weight: bold; } .em { font-style: italic; } |
