0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(ui): move scroll bar outside (#3456)

This commit is contained in:
simeng-li 2023-03-17 16:16:38 +08:00 committed by GitHub
parent 49661ab448
commit 58cd11b2b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,10 +37,10 @@
}
.countryList {
margin: 0;
padding: 0;
margin: 0 _.unit(-3);
padding: 0 _.unit(3);
list-style: none;
overflow: auto;
overflow: scroll;
li {
padding: _.unit(1) _.unit(2) _.unit(1) _.unit(7);