# RTL에서 사이드바 푸터 컨테이너 배경색 버그가 보입니다

**URL:** https://meta.discourse.org/t/side-bar-footer-container-background-color-bug-visible-in-rtl/400803
**Category:** Support
**Tags:** ux, rtl
**Created:** [4월 16, 2026, 3:18오후 UTC](https://meta.discourse.org/t/side-bar-footer-container-background-color-bug-visible-in-rtl/400803 "2026-04-16T15:18:51Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [4월 16, 2026, 4:39오후 UTC](https://meta.discourse.org/t/side-bar-footer-container-background-color-bug-visible-in-rtl/400803/2 "2026-04-16T16:39:12Z")

</div>

이 문제는 RTL 모드와 관련된 것으로 보이지 않습니다. 안전 모드에서는 해당 문제가 발생하지 않기 때문입니다. 특정 사이트의 커스텀 설정(사이드바에 사용자 지정 배경색을 적용한 것)과 관련이 있는 것으로 보입니다.

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/8/9/e89c0b949f0a33af66b5305e563fc73d73507ace.png)

다음과 같은 새로운 스타일을 추가하여 테마에서 수정할 수 있습니다:

```css
.sidebar-footer-wrapper {
  background: var(--sidebar-color);
}

```

---

_[View the full topic](https://meta.discourse.org/t/side-bar-footer-container-background-color-bug-visible-in-rtl/400803)._
