Fix/1477 link style commons
@@ -3,6 +3,8 @@
## 3.6.2-RC
* Improvement: Reactify admin pages (Customize)
+* Fix: Emoji Autocomplete window does not float correctly
+ * Introduced by 3.5.0
## 3.6.1
@@ -3,5 +3,6 @@
<script src="{{ webpack_asset('styles/style-app.js') }}"></script>
{% else %}
<script src="{{ webpack_asset('styles/style-commons.js') }}"></script>
+ <link rel="stylesheet" href="{{ webpack_asset('styles/style-commons.css') }}">
<link rel="stylesheet" href="{{ webpack_asset('styles/style-app.css') }}">
{% endif %}