We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.13.2
@mantine/core
create-react-app (CRA)
Chrome
Minimum reproduce link: https://codesandbox.io/p/sandbox/x5dnkl
Nested Navlink collapse animation get frozen when wrap in a flex column + overflow:auto container
<MantineProvider> <div className="App" style={{ height: 200, backgroundColor: "gainsboro", }} > <div className="navigation" style={{ display: "flex", flexDirection: "column", overflow: "auto", height: "inherit", }} > <NavLink href="/" label="Posts"> <NavLink label="All" /> <NavLink label="Published" /> <NavLink label="Drafts" /> <NavLink label="Archieved" /> <NavLink label="Deleted" /> </NavLink> <NavLink href="/" label="Discussions"> <NavLink label="All" /> <NavLink label="Published" /> <NavLink label="Drafts" /> <NavLink label="Archieved" /> <NavLink label="Deleted" /> </NavLink> </div> </div> </MantineProvider>
div.navigation contains all NavLinks, it scrolls inside if height exceeded. But with flex column + overflow:auto it always frozen.
https://codesandbox.io/p/sandbox/x5dnkl
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.2
What package has an issue?
@mantine/core
What framework do you use?
create-react-app (CRA)
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Minimum reproduce link: https://codesandbox.io/p/sandbox/x5dnkl
Unexpected
Nested Navlink collapse animation get frozen when wrap in a flex column + overflow:auto container
Details
div.navigation contains all NavLinks, it scrolls inside if height exceeded. But with flex column + overflow:auto it always frozen.
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/x5dnkl
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: