I wanna have a counter in above the icon in the app bar. so my idea was making a magic text with count as value. Worked well but now the Text is behind the app bar so its now visible. Is there a way to fix that?
Yes, you need to do two things:
- select your text component, and then in the left panel, open edit styles and set it to be fixed: top
- select the entire screen, and then in the left panel, in the components section, sort the text component to be above the app bar component
1 Like
No idea why this doesn’t work for me.