Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.1k stars 4.94k forks source link

border of div#semantic-sponsor over language popup #7040

Open decpk opened 3 years ago

decpk commented 3 years ago

In grid collection, then click on language icon, popup comes under the div#semantic-sponsor. It should be under the popup.

Solution: Lower the z-index of div#semantic-sponsor from 3 to 2 solves the bug.

IMG_0545

decpk commented 3 years ago

can I submit PR?