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

fix(frontend): The "Log Out" button can't be reached on the sidebar in landscape mode [Mobile] tm-567 #686

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

GEOFARL
Copy link
Collaborator

@GEOFARL GEOFARL commented Mar 22, 2024

20240322_110354

20240322_112043

20240322_110514

@GEOFARL GEOFARL added this to the trackmates-release-6 milestone Mar 22, 2024
@GEOFARL GEOFARL self-assigned this Mar 22, 2024
@@ -58,21 +61,25 @@ const Sidebar: React.FC<Properties> = ({ menuItems, user }: Properties) => {
[user],
);

const windowWidth = useWindowWidth();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bad solution. we need to handle it only with css. without any js

.sidebar .content-wrapper {
padding-right: 12px;
.content-wrapper {
overflow: hidden scroll;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
overflow: hidden scroll;
overflow: hidden auto;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

3 participants