Giter Site home page Giter Site logo

Comments (5)

drcmda avatar drcmda commented on June 30, 2024 1

There’s none atm, I just copy the component out to test and evolve it for now.

from mauerwerk.

drcmda avatar drcmda commented on June 30, 2024

Could you make a sandbox to demonstrate this behaviour? PRs also welcome, the grid is just a small-ish class easy to manipulate.

from mauerwerk.

SEAjamieD avatar SEAjamieD commented on June 30, 2024

I was able to recreate here: https://codesandbox.io/s/w29o7r7zol

I'll have a deeper look at it and see what I can come up with or if a PR is necessary. Since this is working properly in your demos, I may be overlooking something.

from mauerwerk.

drcmda avatar drcmda commented on June 30, 2024

I added these two classes:

.App {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.grid {
  height: unset !important;
}

The first one makes sure the grid gets an actual chunk of the screen because it's suppose to scroll inside the grid container, not outside (the would involve some more complex changes). The second i chalk up to css being weird or i don't know enough about it, but works ...

https://codesandbox.io/embed/7zv7qzowo6

from mauerwerk.

SEAjamieD avatar SEAjamieD commented on June 30, 2024

Thanks @drcmda - Interestingly enough, just setting the .grid class to any height desired with !important solves the largest issue for me.

I'd like to take a stab at altering to the way I like - I didn't see a start script in your package.json. How do i run it?

Thanks Again!
I'll close this out after, as I think this addresses the lions share of my issue.

from mauerwerk.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.