Skip to content

Commit

Permalink
app: Fixed start app infobar z-index issue after TabContainer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Jan 5, 2025
1 parent 8dd031f commit d7473ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/system/files/app/start/ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</Pane>
</Pane>
</TabContainer>
<Pane id="infoBar" class="position-absolute top-0 right-0 p-2 cursor-default">
<Pane id="infoBar" class="position-absolute top-0 right-0 z-over p-2 cursor-default">
<i class="fa fa-user"></i>
<span id="infoUser" class="pl-1"></span>
<i class="fa fa-plug pl-2"></i>
Expand Down

0 comments on commit d7473ba

Please sign in to comment.