diff options
Diffstat (limited to 'styles/main/_fixed.scss')
-rw-r--r-- | styles/main/_fixed.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/main/_fixed.scss b/styles/main/_fixed.scss new file mode 100644 index 0000000..16cfbd8 --- /dev/null +++ b/styles/main/_fixed.scss @@ -0,0 +1,7 @@ +.fixed { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; +} |