mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Change browser divs so they can overflow vertically, fixes addressbook view won't scroll
This commit is contained in:
parent
5453f0c5fe
commit
0e5f6da512
@ -5201,7 +5201,8 @@ table.nextmatch_header img {
|
||||
}
|
||||
.egw_fw_content_browser_div {
|
||||
display: block;
|
||||
/*overflow: auto;*/
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
/* background-color: RGB(240, 240, 255);*/
|
||||
}
|
||||
.egw_fw_content_browser_div_loading {
|
||||
|
@ -965,7 +965,8 @@
|
||||
|
||||
.egw_fw_content_browser_div {
|
||||
display: block;
|
||||
/*overflow: auto;*/
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
/* background-color: RGB(240, 240, 255);*/
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user