-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Render TileGroup using css grid, fixes #222 #454
base: main
Are you sure you want to change the base?
Conversation
That's splendind, but introduces a breaking change, as CSS Grid is not supported on IE11. Not against it - it just means this change will need to wait for the next major release. |
It is not true, ie11 does support css grid but the old spec, I can add it as well. BTW, the JS code is not supported by ie11 :] |
Well yes, you're correct. Perhaps we could implement autoprefixer to get CSS grid working? Just like we deal with JS - with Babel... |
it is possible, the question is if it will work, I've spent sometime on it yesterday (adding IE version manually) it didn't worked. |
523cf83
to
290738e
Compare
12b3d6b
to
398685c
Compare
cf41d22
to
8648f43
Compare
74ca107
to
fca6887
Compare
0ed5255
to
5a3d1e6
Compare
edb305d
to
9055272
Compare
cef9c7c
to
cd7ef12
Compare
0f9c665
to
88f5da5
Compare
1f10b65
to
0c5a8da
Compare
d6fcc20
to
da505dd
Compare
3407450
to
7fc3da6
Compare
9045b27
to
22f61e6
Compare
dc4fd25
to
a8c5ad5
Compare
This PR implements the tile group positioning using
css grid
as described in https://zellwk.com/blog/calendar-with-css-grid/