UNPKG

150 BSCSSView Raw
1/* This mixin ensures an element spans the whole viewport.*/
2@mixin md-fullscreen {
3 position: fixed;
4 top: 0;
5 left: 0;
6 right: 0;
7 bottom: 0;
8}
\No newline at end of file