Defect #43742 ยป 0001-Reduce-reflow-cost-by-adding-position-relative-to-wr.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 72 | 72 |
overflow: hidden; |
| 73 | 73 |
display: flex; |
| 74 | 74 |
flex-direction: column; |
| 75 |
position: relative; |
|
| 75 | 76 |
} |
| 76 | 77 | |
| 77 | 78 |
#top-menu {
|