Skip to content

Commit

Permalink
fix options position
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawspaczek committed May 23, 2019
1 parent 7a24d0f commit 6066883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/molecules/SfSelect/SfSelect.scss
Expand Up @@ -31,8 +31,7 @@ $sf-select-font-family: $body-font-family-secondary;
}
&__options {
position: absolute;
top: 0;
left: 0;
top: 100%;
z-index: 100;
width: 100%;
background-color: #FFF;
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecules/SfSelect/SfSelect.stories.js
Expand Up @@ -6,7 +6,7 @@ import notes from "./SfSelect.md";
import SfSelect from "./SfSelect.vue";
import SfProductOption from "../SfProductOption/SfProductOption.vue";

storiesOf("Molecules|[WIP] Select", module)
storiesOf("Molecules|Select", module)
.addDecorator(withKnobs)
.addDecorator(withA11y)
.add(
Expand Down

0 comments on commit 6066883

Please sign in to comment.