cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

[CAL-2948] Mobile Bottom Navbar Width Break (on prod)

Open ivinayakg opened this issue 2 years ago • 3 comments

Found a bug? Please fill out the sections below. 👍

Issue Summary

In the mobile view of the authenticated view, the bottom navbar has a horizontal dimension (width) issue. It seems that the width of the navbar depends on the width of its parent (as the navbar is position: fixed), the parent however is using padding which is limiting the total width that the navbar can cover. Refer to here

Steps to Reproduce

  1. Login to your app.

Actual Results

  • The bottom navbar dimensions (width) seem to be broken (on mobile).

Expected Results

  • The bottom navbar should take the total width of the screen (on mobile).

Technical details

image

Evidence

  • This was mainly tested and fixed using the browser developer tools and a lot of try-n-error.

From SyncLinear.com | CAL-2948

ivinayakg avatar Jan 16 '24 19:01 ivinayakg

/attempt 13264

akshayneje2823 avatar Jan 16 '24 19:01 akshayneje2823

Found the solution. Raising the PR.

ivinayakg avatar Jan 16 '24 19:01 ivinayakg

/attempt #13264

nishithmunda avatar Jan 17 '24 07:01 nishithmunda