Skip to content
New issue

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

Layout issue #74

Open
VictorABL-Out opened this issue Sep 23, 2020 · 0 comments
Open

Layout issue #74

VictorABL-Out opened this issue Sep 23, 2020 · 0 comments

Comments

@VictorABL-Out
Copy link

Hi,

I'm working on a projet, and and previous worker customized the trendmicro-bar with selectors as : .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover > .sidenav---navitem---9uL5T::after

and now i cannot display big element on this page, all elements goes below the sidenav bar, i cannot understand how to fix this issue.

here is the html code we use for :

<Router>
  <Route render={({ location, history }) => (
    <React.Fragment>
      <SideNav>
       
      </SideNav>
      <main className="main-container">

      </main>
    </React.Fragment>
  />
</Router>

I cannot understand if it a problem selectors or something else,

Thanks for your informations,

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant