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

Commit7f33504

Browse files
authored
Merge pull requestalexmojaki#280 from alexmojaki/safari-3d
Fix 3d terminal in safari
2 parents3e0cb83 +4cea81a commit7f33504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎homepage/static/css/brochure/layout/_hero.scss‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
.hero-illustration {
1717
display:none;
1818
position:relative;
19+
// Fixes weird 3d bug in Safari
20+
// https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari/18167565#18167565
21+
z-index:1000;
1922
}
2023

2124
#hero-image {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp