0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

refactor(console): stick the language details table header to the top (#2126)

This commit is contained in:
Xiao Yijun 2022-10-12 15:02:55 +08:00 committed by GitHub
parent 05b50250a3
commit d042dd7d3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@
font: var(--font-label-large);
color: var(--color-text);
background-color: var(--color-layer-1);
position: sticky;
top: 0;
}
> th:first-child {