Markdown editor improvements

This commit is contained in:
NGPixel
2016-09-10 22:53:21 -04:00
parent 492bb9efa6
commit 97602b51c8
160 changed files with 558 additions and 123 deletions

View File

@@ -1,4 +1,12 @@
#header-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 4;
}
#header {
z-index: 5;
}