add css grid style to prevent calendar bounce (#24913)

This commit is contained in:
Ryan Keairns 2018-10-31 14:29:37 -05:00 committed by GitHub
parent dfd4917b3d
commit a55dfd0536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,5 @@
display: inline-grid;
height: 100%;
border: $euiBorderThin;
grid-template-rows: $euiSizeXL 1fr;
}