mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
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-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
.mailDisplay{
|
||||||
.mailDisplay, #mail-index_mailPreview {
|
position: relative;
|
||||||
|
background-color: white;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#mail-index_mailPreview {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user