Unset width for popover in navigation (#393)

* unset width for popover in navigation

* Remove update from navbar, update globally
This commit is contained in:
Igor 2021-04-09 15:25:16 +03:00 committed by GitHub
parent 6c6050d064
commit 16ef8631b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ const extendedTheme = extendTheme({
Popover: {
variants: {
responsive: {
popper: {
content: {
maxWidth: "unset",
width: "unset",
},