project-tahiti
project-tahiti copied to clipboard
bug: warning in console due to MM main logo.
Describe the bug Image with src "/_next/static/media/logo_full_black.f1e2826e.png" may not render properly with a parent using position:"static".
To Reproduce Steps to reproduce the behaviour:
- Go to any page
- Click on inspect (using right-click)
- Scroll down in console.
- See error
Expected behaviour At least no warning due to MM main logo is expected.
Screenshots
Additional context Solution: Consider changing the parent style to position:"relative" with a width and height.