mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 10:42:45 +08:00
FIX: restore sidebar footer background (#21956)
This commit is contained in:
parent
ad0a8cccc8
commit
d371f3906e
|
@ -1,5 +1,6 @@
|
||||||
.sidebar-footer-wrapper {
|
.sidebar-footer-wrapper {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background: var(--d-sidebar-background);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user