Skip to content

Commit fb225fe

Browse files
fix(ui): avoid README actions to be cropped with visible focus (#1144)
1 parent d4060bd commit fb225fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,9 @@ onKeyStroke(
12921292
12931293
.area-readme {
12941294
grid-area: readme;
1295+
}
1296+
1297+
.area-readme > .readme {
12951298
overflow-x: hidden;
12961299
}
12971300

0 commit comments

Comments
 (0)