Xelson / flarum-ext-chat

☁️NeonChat — native realtime chat application for Flarum
https://discuss.flarum.org/d/25361-neon-chat-native-realtime-chat-applicaiton
MIT License
20 stars 8 forks source link

On mobile, the chat bar will overlap with the bottom bar of the mobile tab expansion #27

Closed Xwdit closed 2 years ago

Xwdit commented 2 years ago

On mobile, the chat bar will overlap with the bottom bar of the mobile tab expansion (And other elements that may be at the bottom), Is it possible to fix it?

Xelson commented 2 years ago

Fixed in https://github.com/Xelson/flarum-ext-chat/commit/79726139e5afe7c1d9b459516130752fcc8f9af9

Xelson commented 2 years ago

I reconsidered. I shouldn't have displayed the chat on top of modal windows and sidebars because this violates their principles of focusing attention and making decisions by the user. In the next update, the chat will overlap with these windows as before.