diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-21 13:39:36 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-21 13:39:36 -0400 |
commit | 30fd6dc9431cd8121a6d761ffdfba5d0dae641a6 (patch) | |
tree | 081a643ff7d1fbdb0f4ce9666eeb5c70d6d0f6da /src/client/util/TooltipTextMenu.scss | |
parent | 7ef1f39703a378df3f1116d046f9b57a4427d64d (diff) |
marks now reflect cursor position, not selection. Still need to consider when there is no nodeAfter
Diffstat (limited to 'src/client/util/TooltipTextMenu.scss')
-rw-r--r-- | src/client/util/TooltipTextMenu.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/TooltipTextMenu.scss b/src/client/util/TooltipTextMenu.scss index d19ded68f..b10573b3e 100644 --- a/src/client/util/TooltipTextMenu.scss +++ b/src/client/util/TooltipTextMenu.scss @@ -60,7 +60,6 @@ } .ProseMirror-menu-dropdown-menu, .ProseMirror-menu-submenu { - position: absolute; background: $dark-color; color:white; border: 1px solid rgb(223, 223, 223); @@ -71,6 +70,7 @@ z-index: 100000; min-width: 6em; background: white; + position: absolute; } .linking { |