#986 fix horizontal scrollbar issue for Safari (#1188)

adding top margin helps solving issue with horizontal scrollbar issue
for Safari when mouse is attached or system scrollbars visibility set
to ‘always’ (macOS)
This commit is contained in:
Denys Vuika 2016-12-01 12:13:30 +00:00 committed by Eugenio Romano
parent 8db6a73cc8
commit 2f1cd2cc84
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
padding: 8px;
}
.dynamic-table-widget__buttons {
margin-top: 10px;
}
.dynamic-table-widget__row-selected,
.dynamic-table-widget__row-selected:hover {
background-color: #eef !important;

View File

@ -26,7 +26,7 @@
</table>
</div>
<div>
<div class="dynamic-table-widget__buttons">
<button class="mdl-button mdl-js-button mdl-button--icon"
[disabled]="!hasSelection()"
(click)="moveSelectionUp()">