14 lines
220 B
SCSS
Executable File
14 lines
220 B
SCSS
Executable File
/*
|
|
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;
|
|
}
|