Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd748c6d

Browse files
authored
fix(site): correct the size and position of the timeline trail in safari (coder#13348)
1 parent98fa823 commitd748c6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎site/src/components/Timeline/TimelineEntry.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ export const TimelineEntry = forwardRef<
1414
ref={ref}
1515
css={(theme)=>[
1616
{
17-
position:"relative",
1817
"&:focus":{
1918
outlineStyle:"solid",
2019
outlineOffset:-1,
2120
outlineWidth:2,
2221
outlineColor:theme.palette.primary.main,
2322
},
23+
"& td":{
24+
position:"relative",
25+
overflow:"hidden",
26+
},
2427
"& td:before":{
2528
position:"absolute",
26-
left:50,
29+
left:49,// 50px - (width / 2)
2730
display:"block",
2831
content:"''",
2932
height:"100%",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp