diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f73a9fc6c..f9db77795 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -229,4 +229,11 @@ div.ui-tooltip { .CodeMirror { height: 100%; +} + +#note-id-display { + position: absolute; + right: 10px; + bottom: 5px; + z-index: 1000; } \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index 08afe54d2..a48af3367 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -96,7 +96,7 @@ - -