cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: Logout button overflow on intermediate sized screens

Open rayyan21d opened this issue 9 months ago • 1 comments

Logout button overflow while changing screen sizes from mobile to desktop The logout button is overflowing out of the navbar during an intermediate screen size. Mobile and desktop responsiveness is fine but the section between looks messy while transitioning

To Reproduce Steps to reproduce the behavior:

  1. Open the current production version of the website
  2. Try changing the screen window size and you'll notice this immediately

Expected behavior Either apply the overflow hidden as on mobile screens or adjust the padding on intermediate screen size in the navbar

Screenshots or GIFs image

Info (please complete the following information):

rayyan21d avatar May 09 '24 09:05 rayyan21d

we can use overflow property to manage the issue, using "overflow:hidden" to hide overflow content.

SaiDevaHarshaR avatar May 09 '24 11:05 SaiDevaHarshaR

Hey, @rayyan21d are you working on this?

Ratangulati avatar May 10 '24 12:05 Ratangulati

Hey, @rayyan21d are you working on this?

Haven't looked into it, I have to set it up locally first

rayyan21d avatar May 10 '24 13:05 rayyan21d

I was able to fix the overflow issue and also the vertical alignment. result looks like this image

Was able to achieve this by adding a custom breakpoint where the logout button goes below and changed the height of the button according to it.

Sidd-013 avatar May 10 '24 14:05 Sidd-013

I was able to fix the overflow issue and also the vertical alignment. result looks like this image

Was able to achieve this by adding a custom breakpoint where the logout button goes below and changed the height of the button according to it.

Adding bottom margin might help.

aryan-17 avatar May 10 '24 16:05 aryan-17