Skip to content

Commit

Permalink
fix(core): 🐛 fixes css
Browse files Browse the repository at this point in the history
fixes css

ref #423
  • Loading branch information
priyanshu2k3 committed Nov 23, 2024
1 parent ca52ceb commit f2213bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/layout/PageContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ export default function PageContainer(props) {
CoreClasses.POSITION.POSITION_RELATIVE,
CoreClasses.POSITION.BOTTOM_0,
CoreClasses.POSITION.END_0,
CoreClasses.WIDTH.MIN_VW_25,
CoreClasses.WIDTH.MAX_VW_75
CoreClasses.WIDTH.MAX_VW_50
]}
key={snack._timestamp}
open={snack.shown}
Expand Down

0 comments on commit f2213bc

Please sign in to comment.