squeeth-monorepo icon indicating copy to clipboard operation
squeeth-monorepo copied to clipboard

Page content scrolls into navbar

Open rootulp opened this issue 2 years ago • 2 comments

Describe the bug Page content scrolls into navbar

To Reproduce Steps to reproduce the behavior:

  1. Go to https://squeeth.opyn.co/
  2. Scroll down

Expected behavior A. Navbar and page content both scroll down or B. If page has a static navbar, content scrolls behind navbar

Screenshots Screen Shot 2022-03-01 at 9 43 33 PM

Additional context It may be worth exploring display: fixed here or consider using <AppBar>

rootulp avatar Mar 02 '22 02:03 rootulp

@rootulp Thanks for raising this issue. It works fine for the chrome browser. I think the issue is with the backdrop filter. Doc mentions that backdrop filter is not available for Mozilla browser.

Will fix it. Appreciate any suggestions!

Screenshot 2022-03-02 at 3 30 36 PM

KMKoushik avatar Mar 02 '22 04:03 KMKoushik

You're right! I can reproduce this on Firefox but can't reproduce on Chrome / Brave.

rootulp avatar Mar 02 '22 05:03 rootulp