0
Fork 0
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:
Charles Zhao 2022-05-19 15:06:34 +08:00
parent 243426882e
commit 863b3a9286
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -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);