Is there any way to get the fg tab of tab container to draw above the bg tabs?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By smilesAo

It seems like the tabs are drawn in order from right to left. I would like to have the fg tab drawn overtop the bg tabs though.

enter image description here

this is frustrating because I can’t have the fg tab left and right margins extend without it being overlapped by a bg tab to its right.

is this working as intended? and is there a way to work around this?

:bust_in_silhouette: Reply From: yrtv

Try manipulating values described here: TabContainer — Godot Engine (stable) documentation in English

I’ve tried those, but the documentation here doesn’t seem to be the same in the version of Godot that I have (v3.2.3.stable win64).

the tab container doesn’t have the property all_tabs_in_front

enter image description here

and the tab align doesn’t address the issue I have.

thank you for your reply though! I’ll keep looking into it. hopefully I’m just not seeing something and will find a solution.

smilesAo | 2021-02-07 05:13