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 think the styles should be controlled via css and not injected via JS so we can change it via css if needed.
Also the SVGs in the css should better be included in the dist so we dont have to make 5+ remote requests to get those SVGs . Or maybe use base
Also I th'nk The "control" arrows have an arbitrary and high z-index :100
100 is an arbitrary high number so the arrows appear over elements like nav menu etc. Maybe use lower numbers like 5 10 15 ?
I think the styles should be controlled via css and not injected via JS so we can change it via css if needed.
Also the SVGs in the css should better be included in the dist so we dont have to make 5+ remote requests to get those SVGs . Or maybe use base
Also I th'nk The "control" arrows have an arbitrary and high z-index :100
100 is an arbitrary high number so the arrows appear over elements like nav menu etc. Maybe use lower numbers like 5 10 15 ?
The injected styles that override the css styles.
The text was updated successfully, but these errors were encountered: