Merge pull request #835 from h3poteto/iss-832
closes #832 Adjust z-index for emoji picker in NewTootModal
This commit is contained in:
commit
952cd4d352
|
@ -304,6 +304,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
.status {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue