gridbugs
gridbugs copied to clipboard
Child elements with auto margin cause horizontal scrollbar if overflow changes from `hidden` to `auto` (Chrome)
Chrome does not seem to recalculate the auto margin on child elements of an element with display: grid when the overflow changes from hidden to auto. This can cause a horizontal scroll bar to appear when the vertical scrollbar returns. Only an issue when there is vertical overflow that causes a scrollbar to appear.
May be related to #16