mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
fix a problem with the IFRAME height of the messagedisplay (if message is displayed in window)
This commit is contained in:
parent
323ced6205
commit
178f9599bc
@ -479,7 +479,7 @@ DIV.divButton {
|
||||
#messageIFRAME {
|
||||
width:100%;
|
||||
border:0px solid black;
|
||||
height:100%;
|
||||
height:99%;
|
||||
}
|
||||
|
||||
#attachmentDIV {
|
||||
|
@ -522,7 +522,7 @@ DIV.divButton {
|
||||
#messageIFRAME {
|
||||
width:100%;
|
||||
border:0px solid black;
|
||||
height:100%;
|
||||
height:99%;
|
||||
}
|
||||
|
||||
#attachmentDIV {
|
||||
|
Loading…
Reference in New Issue
Block a user