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:
parent
05b50250a3
commit
d042dd7d3c
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue