0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 19:52:41 +00:00

Merge pull request #4480 from 5e-Cleric/fix-cursor-on-navigation

Fix cursor on head navigation
This commit is contained in:
Trevor Buckner
2025-10-15 17:06:05 -04:00
committed by GitHub

View File

@@ -39,6 +39,9 @@
flex-grow : 1; flex-grow : 1;
min-width : 300px; min-width : 300px;
} }
>.brewTitle {
cursor:auto;
}
} }
// "NaturalCrit" logo // "NaturalCrit" logo
.navLogo { .navLogo {