Skip to content

Commit

Permalink
Some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Oct 2, 2015
1 parent 8d2dca3 commit 1775924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vaadin-combo-box-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

#dropdown:not([aria-hidden]) .dropdown-content {
overflow: hidden;
min-width: 150px;
}
</style>
<iron-dropdown id="dropdown" on-iron-overlay-closed="_closed" opened={{opened}} focus-target=[[input]] fit-into="[[fitInto]]" vertical-align="top" with-backdrop=[[mobile]]>
Expand Down Expand Up @@ -141,6 +142,7 @@
// Cache scrollTop
this._scrollTop = document.body.scrollTop;
document.body.scrollTop = 0;
document.body.scrollLeft = 0;
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion vaadin-grid-ext.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
::content vaadin-grid tbody tr.selection-disabled td {
cursor: default;
}
::content vaadin-grid tbody tr.selection-disabled td.vaadin-grid * {
::content vaadin-grid tbody tr.selection-disabled td.vaadin-grid > * {
opacity: 0.5 !important;
}
</style>
Expand Down

0 comments on commit 1775924

Please sign in to comment.