mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(console): fix overflow dropdown corners
This commit is contained in:
parent
243426882e
commit
863b3a9286
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
.content {
|
.content {
|
||||||
box-shadow: var(--shadow-2);
|
box-shadow: var(--shadow-2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
border-radius: 8px;
|
||||||
|
|
||||||
&.onTop {
|
&.onTop {
|
||||||
box-shadow: var(--shadow-2-reversed);
|
box-shadow: var(--shadow-2-reversed);
|
||||||
|
|
Loading…
Reference in a new issue