1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

navbar fix

This commit is contained in:
codecalm
2020-04-12 21:20:09 +02:00
parent 7fe9374b59
commit 9e12536e69

View File

@@ -133,6 +133,10 @@ Navbar
align-items: stretch;
min-height: $navbar-height;
.navbar-collapse & {
flex-grow: 1;
}
&.collapsing {
min-height: 0;
}