How to manipulate the floating button's color, order and size?

Is there a way to move the floating button on TOP (z-index) of the Tab bar?
Also, Any way to make it bigger?
Also, Any way to change it’s color?

Thanks :slight_smile:

Thank you very much!
Any idea about the other two? (bringing to front and resizing?

If you search that Notion site for floating buttons, you should find what you’re looking for.

The notion is a great resource - but couldn’t find answers to my requirements there…

I don’t have answers for you on bringing the button to front. I assume I’m not getting the full picture on layers here, but the usual way to do this is to use z-index.

For sizing, try using a combination in changes for width, height and an appropriate border-radius.

you gonna have to move z-index of the top bar or display “non” it, but i would recommend using CSS images instead of floating buttons, much easier… buttons have too many parameters to deal with.