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
First off, it looks and works fantastically for me!
I was wondering how I can modify the styles that are directly on the html of this component? (or just get rid of them entirely)
The styles like width seem to be hardcoded, but I can't choose width: 100% so it's responsive to screen size. Anyway to choose 100% width without destroying the click event?
Same with the position: fixed property. Is there anyway to remove that completely?
Cheers!
The text was updated successfully, but these errors were encountered:
First off, it looks and works fantastically for me!
I was wondering how I can modify the styles that are directly on the html of this component? (or just get rid of them entirely)
The styles like width seem to be hardcoded, but I can't choose
width: 100%
so it's responsive to screen size. Anyway to choose 100% width without destroying the click event?Same with the
position: fixed
property. Is there anyway to remove that completely?Cheers!
The text was updated successfully, but these errors were encountered: