14 lines
220 B
SCSS
14 lines
220 B
SCSS
|
/*
|
||
|
FLUIDITY v0.1.0
|
||
|
@mrmrs - http://mrmrs.cc
|
||
|
MIT
|
||
|
*/
|
||
|
|
||
|
img, canvas, iframe, video, svg { max-width: 100%; }
|
||
|
|
||
|
/* Wrap tables or pre elements in a div with this class */
|
||
|
|
||
|
.overflow-container {
|
||
|
overflow-y: scroll;
|
||
|
}
|