Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] two vertical scrollbars in Chat #71

Open
Veraellyunjie opened this issue Apr 17, 2024 · 0 comments
Open

[BUG] two vertical scrollbars in Chat #71

Veraellyunjie opened this issue Apr 17, 2024 · 0 comments

Comments

@Veraellyunjie
Copy link

No such issue in Android app.
On desktop (FireFox 123 and 119) the layout of Chat is:

<- Name       {Photo} A
--------------------- H
            message A H
message             H H
            message H H
message             V H
--------------------- H
Write a message...  > V

where <- Name {Photo}
and Write a message... >
parts aren't visible simultaneously, so you either see

<- Name       {Photo} A
--------------------- H
            message A H
message             H H
            message H H
message             V V

or by using the right scrollbar

            message A A
message             H H
            message H H
message             V H
--------------------- H
Write a message...  > V

Please make top and bottom parts always visible and remove the right scrollbar:

<- Name       {Photo}
---------------------
            message A
message             H
            message H
message             V
---------------------
Write a message...  >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant