X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/82a8db373961d89ab1c9a3736ba5fc467fe2e03d..refs/pull/1973/head:/resources/sass/_blocks.scss diff --git a/resources/sass/_blocks.scss b/resources/sass/_blocks.scss index cc42dc736..ff344158f 100644 --- a/resources/sass/_blocks.scss +++ b/resources/sass/_blocks.scss @@ -258,4 +258,9 @@ &[data-method="POST"] { background-color: #cf4d03 } &[data-method="PUT"] { background-color: #0288D1 } &[data-method="DELETE"] { background-color: #ab0f0e } +} + +.sticky-sidebar { + position: sticky; + top: $-m; } \ No newline at end of file