Fix dashlet container CSS class for better positioning

SVN:trunk[5912]
This commit is contained in:
Guillaume Lajarige
2018-06-27 08:23:59 +00:00
parent a4a70a1287
commit ac330b6665
2 changed files with 2 additions and 0 deletions

View File

@@ -2092,6 +2092,7 @@ td.layout_cell {
vertical-align: top;
}
.dashlet-content {
position: relative;
background: #fff;
margin: 0;
overflow: auto;

View File

@@ -2414,6 +2414,7 @@ td.layout_cell {
vertical-align: top;
}
.dashlet-content {
position: relative;
background: #fff;
margin:0;
overflow: auto;