Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(autocomplete): fixes height calculation issue when autocomplete is
Browse files Browse the repository at this point in the history
near the bottom of the body

Closes #5209
  • Loading branch information
Robert Messerle committed Nov 13, 2015
1 parent fe84405 commit 17a73f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/style/structure.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html, body {
height: 100%;
min-height: 100%;
color: rgba(0,0,0,0.87);
background: white;
position: relative;
Expand Down

0 comments on commit 17a73f7

Please sign in to comment.