diff options
author | Dimitrie Hoekstra <dimitriehoekstra@gmail.com> | 2017-04-05 20:05:26 +0200 |
---|---|---|
committer | Dimitrie Hoekstra <dimitriehoekstra@gmail.com> | 2017-04-05 20:05:26 +0200 |
commit | 20594f2c40998e1483709f8a45f9585044f16e83 (patch) | |
tree | f6320b56f05dfcaf12aa793731f3eef5441644fc | |
parent | 368765e869bbc71704a902dacc681391bca0b5a3 (diff) | |
download | gitlab-ce-award-emoji-button-smiley-animation.tar.gz |
fix weird mispositioning of smiley because of reliance on absolute positioned parentaward-emoji-button-smiley-animation
-rw-r--r-- | app/assets/stylesheets/framework/awards.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss index d18786e572b..b849cc2d853 100644 --- a/app/assets/stylesheets/framework/awards.scss +++ b/app/assets/stylesheets/framework/awards.scss @@ -91,6 +91,7 @@ .award-menu-holder { display: inline-block; + position: absolute; .tooltip { white-space: nowrap; |