Changing Z-Index of the App Bar

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:

  1. select your text component, and then in the left panel, open edit styles and set it to be fixed: top
  2. 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.