Semantic-Org / Semantic-UI-Docs

Official Documentation for Semantic UI
http://www.semantic-ui.com
303 stars 1.43k forks source link

Ad container coverts Theme dropdown options #425

Open ka7eh opened 5 years ago

ka7eh commented 5 years ago

If you open the theme dropdown, the option menu is placed underneath the ad container (#semantic-sponsor). See the screenshot below: Screenshot_2019-07-09_07-49-36

It can be fixed by changing z-index of #semantic-sponsor from 3 to 2.

I can submit a PR for this, if needed.