KyrneDev / Shout-public

Public codebase for my Flarum PM extension.
GNU General Public License v3.0
9 stars 2 forks source link

Textarea display error start conversation #1

Closed Sheyla1996 closed 4 years ago

Sheyla1996 commented 4 years ago

In mobile version when starting a conversation with a user, the text area is shown out of place. To fix it you have to add this to the styles:

@media (max-width: 767px) { .AddRecipientModal-form-submit { position: relative !important; } }

KyrneDev commented 4 years ago

Fixed