Markdown editor improvements
This commit is contained in:
@@ -5,6 +5,10 @@ html {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
#root {
|
||||
padding-top: 52px;
|
||||
}
|
||||
|
||||
//$family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
|
||||
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
|
||||
|
@@ -1,4 +1,12 @@
|
||||
|
||||
#header-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
#header {
|
||||
z-index: 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user