You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added a header with css rule - position: fixed. But The header remains fixed on the device viewport not storybook preview viewport. I tried to use a suggested solution -> using css rule - transform: scale(1) to the parent container here.
Though it looks correct when the story is opened in open canvas in a new tab.
To Reproduce
Added a div with css rule position: fixed;
added css rule position: relative to it's parent container
The text was updated successfully, but these errors were encountered:
Describe the bug
I have added a header with css rule - position: fixed. But The header remains fixed on the device viewport not storybook preview viewport. I tried to use a suggested solution -> using css rule - transform: scale(1) to the parent container here.
Though it looks correct when the story is opened in open canvas in a new tab.
To Reproduce
The text was updated successfully, but these errors were encountered: