Update code.module.sass to make code title sticky (#13379)

This commit is contained in:
Yaseen 2024-03-26 06:15:25 -05:00 committed by GitHub
parent 4dc5fe5469
commit 21aea59001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,6 +109,8 @@
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25)
background: var(--color-dark)
margin: 1.5rem 0 0 2rem
position: sticky
left: 2rem
.header
width: 100%