forked from extern/egroupware
Remove "overflow" from mailDisplay class, which causing toolbar action menu hides under other elements
This commit is contained in:
parent
5099551add
commit
d3bbb7b9ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user