Skip to content

Commit

Permalink
[BUGFIX] Increase z-index of navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Apr 12, 2024
1 parent 9a1dcb5 commit 48abb96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html data-namespace-typo3-fluid="true" xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers">

<nav class="navbar navbar-expand-lg position-fixed top-0 start-0 end-0 bg-white d-lg-block">
<nav class="navbar navbar-expand-lg position-fixed top-0 start-0 end-0 bg-white d-lg-block z-3">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<f:image src="{settings.general.logo}" height="68" width="68"/>
Expand Down

0 comments on commit 48abb96

Please sign in to comment.