mirror of https://github.com/explosion/spaCy.git
Update code.module.sass to make code title sticky (#13379)
This commit is contained in:
parent
4dc5fe5469
commit
21aea59001
|
@ -109,6 +109,8 @@
|
||||||
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25)
|
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25)
|
||||||
background: var(--color-dark)
|
background: var(--color-dark)
|
||||||
margin: 1.5rem 0 0 2rem
|
margin: 1.5rem 0 0 2rem
|
||||||
|
position: sticky
|
||||||
|
left: 2rem
|
||||||
|
|
||||||
.header
|
.header
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
Loading…
Reference in New Issue