0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(ui): fix web notification not display (#2413)

This commit is contained in:
simeng-li 2022-11-14 17:11:43 +08:00 committed by GitHub
parent 8dcb5c02d6
commit ad4d250575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,5 @@ body {
border-radius: 16px;
background: var(--color-bg-float);
box-shadow: var(--color-shadow-2);
overflow: auto;
}
}