mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Fix fixed height when scrolling through step titles on workflow detail pages
This commit is contained in:
@@ -258,7 +258,8 @@ export const actionViewRight = css`
|
||||
color: ${themeVars.color.console.fg.subtle};
|
||||
padding: 8px 10px !important;
|
||||
|
||||
&.selected {
|
||||
&.selected.selected {
|
||||
// 双重确保 selected 覆盖原始样式
|
||||
// 滚动时固定在顶部的高度与 job-info-header 高度相同
|
||||
top: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user