Fix distracting and confusing always-showing scrollbar track in boost confirmation modal (#31524)

pull/30240/head
Claire 9 months ago committed by GitHub
parent 8c7642cd18
commit e48a64d3b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6247,7 +6247,7 @@ a.status-card {
} }
.boost-modal__container { .boost-modal__container {
overflow-x: scroll; overflow-y: auto;
padding: 10px; padding: 10px;
.status { .status {

Loading…
Cancel
Save