I using Metro css (windows 8 style) and have a problem. I have container with alerts (the blue in the picture) , and above , there is \'IT -CENTER \' , If I click there it o
overflow: hidden;
to parent DIV worked for me
You must set position:relative
if you are setting z-index
- it is very important thing and can lead to your bug
If the 1 method doesn't help you should try to set z-index
es to the possible parents of that button (can say for sure I don't see your code)