diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index a10744841..0b557a869 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -384,6 +384,15 @@ .calc-index { max-width: calc(35% - 25px); + .draft-index { + @supports (position: sticky) { + max-height: 100vh; + overflow-y: auto; + position: sticky; + top: $line-height; + } + } + > * { padding-right: rem-calc(20); }