X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c20110b6aee27992e0092b2933409ee572fe811c..refs/pull/2522/head:/resources/sass/_blocks.scss diff --git a/resources/sass/_blocks.scss b/resources/sass/_blocks.scss index b6f35376d..75adf12aa 100644 --- a/resources/sass/_blocks.scss +++ b/resources/sass/_blocks.scss @@ -52,6 +52,10 @@ &.warning:before { background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNiNjUzMWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4gICAgPHBhdGggZD0iTTEgMjFoMjJMMTIgMiAxIDIxem0xMi0zaC0ydi0yaDJ2MnptMC00aC0ydi00aDJ2NHoiLz48L3N2Zz4="); } + a { + color: inherit; + text-decoration: underline; + } } /** @@ -115,10 +119,13 @@ margin-inline-end: 0px; } } - > div .outline input { + .outline input { margin: $-s 0; width: 100%; } + .outline { + position: relative; + } .handle { @include lightDark(background-color, #eee, #2d2d2d); left: 0; @@ -267,4 +274,6 @@ .sticky-sidebar { position: sticky; top: $-m; -} \ No newline at end of file + max-height: calc(100vh - #{$-m}); + overflow-y: auto; +}