diff options
Diffstat (limited to 'src/client/util/RichTextMenu.scss')
-rw-r--r-- | src/client/util/RichTextMenu.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/util/RichTextMenu.scss b/src/client/util/RichTextMenu.scss new file mode 100644 index 000000000..f14703006 --- /dev/null +++ b/src/client/util/RichTextMenu.scss @@ -0,0 +1,10 @@ +.button-dropdown-wrapper { + position: relative; + + .dropdown { + position: absolute; + top: 30px; + left: 0; + background-color: black; + } +}
\ No newline at end of file |