fus-marcom / bulletin-react

React/Redux version of the University Bulletin
MIT License
42 stars 18 forks source link

UI Glitch when opening the Logout menu #45

Closed SebastianCApostolescu closed 7 years ago

SebastianCApostolescu commented 7 years ago

When you open the Logout menu (3 dots icon), the view glitches.

See this Issue in video HERE.

pantharshit00 commented 7 years ago

I also encountered the glitch. But I found the fix. add this to the global stylesheet.

body {
    overflow: auto !important;
}

It fixes it as the overflow styles added to body is overridden by this.

SebastianCApostolescu commented 7 years ago

Fixed in PR #46 .