From 708a3a0e398f6c01f00283941cd6a4aca9f66322 Mon Sep 17 00:00:00 2001 From: Daniel Raymond <29353783+MadeByRaymond@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:14:11 +0100 Subject: Utilities for overflow and object fit (#36848) * Added "overflow-x" and "overflow-y" - Having the same properties as overflow but for just the x and y axises - Usecase being I want my y axis to be scrollable but not my x axis - E.g a card with a vertical list of items. * Added "object-fit" utilities - The CSS object-fit property is used to specify how an or