0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Merge pull request #893 from logto-io/charles-fix-dropdown-component-corners

style(console): fix overflow dropdown corners
This commit is contained in:
Charles Zhao 2022-05-19 22:15:45 +08:00 committed by GitHub
commit 2568d80e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
.content {
box-shadow: var(--shadow-2);
position: absolute;
border-radius: 8px;
&.onTop {
box-shadow: var(--shadow-2-reversed);