xudafeng / autoresponsive-react

⚛️ Auto Responsive Layout Library For React

Home Page:https://xudafeng.github.io/autoresponsive-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overflow: hidden on grid items may be too restrictive

rayshan opened this issue · comments

Hello, currently overflow: hidden is set on all the grid items. This doesn't allow certain styling on the grid items, such as CSS scaling on :hover. An example of such usage can be seen on https://shan.io/photography/. Scroll down and hover on the photos with mouse.

@rayshan It sounds great, could you give a pull request with your code implementation? 😄