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

fix(console): set background color for preview iframe (#2481)

This commit is contained in:
wangsijie 2022-11-21 14:54:00 +08:00 committed by GitHub
parent e2b0359a62
commit 6a7f08ab38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@
position: absolute;
top: -190px;
left: -240px;
background: var(--color-surface-1);
}
}
}