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:
parent
49661ab448
commit
58cd11b2b8
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue