From: mayaeh Date: Mon, 10 Jun 2019 10:27:17 +0000 (+0900) Subject: Fix emoji-button appearing above privacy-dropdown (#11027) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=210fa3a94e18f95a264a20046602db9c5e838479;p=mastodon.git Fix emoji-button appearing above privacy-dropdown (#11027) --- diff --git a/app/javascript/mastodon/features/compose/components/privacy_dropdown.js b/app/javascript/mastodon/features/compose/components/privacy_dropdown.js index 3288f81f8..d02a55be0 100644 --- a/app/javascript/mastodon/features/compose/components/privacy_dropdown.js +++ b/app/javascript/mastodon/features/compose/components/privacy_dropdown.js @@ -129,7 +129,7 @@ class PrivacyDropdownMenu extends React.PureComponent { // It should not be transformed when mounting because the resulting // size will be used to determine the coordinate of the menu by // react-overlays -
+
{items.map(item => (