mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): update modal overlay paddings (#3708)
This commit is contained in:
parent
2e036eae1f
commit
5ccce59c73
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
background: var(--color-overlay);
|
||||
inset: 0;
|
||||
overflow-y: auto;
|
||||
padding: _.unit(12) 0;
|
||||
padding: _.unit(3) 0;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue