Commit 6dfab7f8 authored by Bryce Johnson's avatar Bryce Johnson

Move display:none to emoji-menu base class.

parent 8990410e
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
} }
.emoji-menu { .emoji-menu {
display: none;
position: absolute; position: absolute;
top: 0; top: 0;
margin-top: 3px; margin-top: 3px;
...@@ -31,10 +32,6 @@ ...@@ -31,10 +32,6 @@
display: block; display: block;
} }
&:not(.is-rendered) {
display: none;
}
&.is-aligned-right { &.is-aligned-right {
transform-origin: 100% -45px; transform-origin: 100% -45px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment