Remove "overflow" from mailDisplay class, which causing toolbar action menu hides under other elements

This commit is contained in:
Hadi Nategh 2014-02-06 12:27:28 +00:00
parent 5099551add
commit d3bbb7b9ac

View File

@ -367,8 +367,12 @@ input[type=button] {
background-position: left;
background-repeat: no-repeat;
}
.mailDisplay, #mail-index_mailPreview {
.mailDisplay{
position: relative;
background-color: white;
width: 100%;
}
#mail-index_mailPreview {
overflow: hidden;
position: relative;
background-color: white;