Change browser divs so they can overflow vertically, fixes addressbook view won't scroll

This commit is contained in:
Nathan Gray 2014-01-20 09:11:54 +00:00
parent 5453f0c5fe
commit 0e5f6da512
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -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);*/
}