Skip to content

Commit 0b14af5

Browse files
fix(ui): avoid README actions to be cropped with visible focus
1 parent 0990f81 commit 0b14af5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)