diff --git a/package.json b/package.json index 968a895b..d102fd69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@masa-finance/masa-react", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", diff --git a/src/styles.scss b/src/styles.scss index 3f76ff6b..fd4e0b2d 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -246,12 +246,15 @@ flex-direction: column; align-items: flex-start; box-sizing: border-box; - overflow-y: scroll; padding: 1.2em; width: 100%; height: 100%; + @media (max-width: 600px) { + overflow-y: scroll; + } + &.story { width: 100%;