mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
BUGFIX: [2.1] adjust z-index in side navigation to prevent overlapping
This commit is contained in:
parent
8f755d07bb
commit
0a28fd31df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="col-12 col-lg-3">
|
||||
<div id="side-nav" class="sticky-md-top" style="top: 7.6rem;">
|
||||
<div id="side-nav" class="sticky-md-top" style="top: 7.6rem; z-index: 990;">
|
||||
<div class="list-group bg-white mb-5" role="tablist">
|
||||
{% hook 'side_navigation' %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue