Skip to content

Commit

Permalink
fix: heieght to container in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed Jun 3, 2024
1 parent 5ddb426 commit 8b8a545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/PetVetPage.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
render: (args) => {
const petVetPage = new PetVetPage(args);
const $container = document.createElement('div');
$container.style.height = '826px';
petVetPage.mount($container);

return $container;
Expand Down

0 comments on commit 8b8a545

Please sign in to comment.