Elise39u / LaravelAvontuur

A remade of my kilk game in larvael
0 stars 0 forks source link

Navbar not staying on page after collapsing #20

Open Elise39u opened 2 years ago

Elise39u commented 2 years ago

After updating bootstrap and most of the css we encountered a issue with the navbar

/*
.collapse:not(.show) {
    display: none;
}
 */

Seems to be causing the issue