Infra: Make the sticky banner opaque for better readability (#3075)
Make the stick banner opaque for better readability
This commit is contained in:
parent
63a594ff38
commit
6eb6167770
|
@ -410,4 +410,5 @@ dl.footnote > dd {
|
|||
.sticky-banner {
|
||||
top: 0;
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue