diff --git a/package.json b/package.json index 61528899..ae613980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bulma-components", - "version": "1.1.1", + "version": "1.1.2", "description": "React components for Bulma framework", "main": "dist", "scripts": { diff --git a/src/components/box/box.story.js b/src/components/box/box.story.js index c53fe446..73d4fde6 100644 --- a/src/components/box/box.story.js +++ b/src/components/box/box.story.js @@ -18,7 +18,7 @@ storiesOf('Box', module) - 64x64 + 64x64 diff --git a/src/components/modal/modal.sass b/src/components/modal/modal.sass index 521ee17d..c4b4fa2f 100644 --- a/src/components/modal/modal.sass +++ b/src/components/modal/modal.sass @@ -1,2 +1,6 @@ @import '../utils.sass'; -@import '~bulma/sass/components/modal.sass'; \ No newline at end of file +@import '~bulma/sass/components/modal.sass'; + +.modal-container + z-index: 100 + position: fixed