# minions.overflow-y
minions overflow-y classes

## Module
name: `minions.minions.overflow-y`  
version: `0.3.0`  
main/style: `overflow-y.css`  

## Installation
npm:
```bash
npm install minions.overflow-y
```

browser:
```html
<link rel="stylesheet" href="https://unpkg.com/minions.overflow-y" />
```

## Code
```css
/*! minions.css */
.oy-a{overflow-y:auto}
.oy-h{overflow-y:hidden}
.oy-s{overflow-y:scroll}
.oy-v{overflow-y:visible}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/overflow-y

## License

The MIT License (MIT)
Copyright (c) 2016 Michael Chan