Fix overflow on nav from line-height in materialize

This commit is contained in:
Nick Krichevsky 2020-01-09 11:44:02 -05:00
parent 4c7685c42e
commit a742ad41f5

View file

@ -101,5 +101,6 @@ p {
z-index: 10000;
}
nav {
line-height: normal !important;
}