mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
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:
parent
8db6a73cc8
commit
2f1cd2cc84
@ -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;
|
||||
|
@ -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()">
|
||||
|
Loading…
x
Reference in New Issue
Block a user