質問編集履歴

2

修正

2018/07/11 05:19

投稿

ysfree14
ysfree14

スコア19

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  ```
52
52
 
53
- <div style="position:fixed; top: 0; left:0; width:100%; height: 64px; background: #fff; z-index: 999999999999999999 !important; visibility:visible !important; display:block !important; transform: translate3d(0, 0, 0) !important; opacity: 1 !important;">
53
+ <div style="position: fixed; top: 0; left:0; width:100%; height: 64px; background: #fff; z-index: 999999999999999999 !important; visibility:visible !important; display:block !important; transform: translate3d(0, 0, 0) !important; opacity: 1 !important;">
54
54
 
55
55
 
56
56
 

1

修正のため

2018/07/11 05:19

投稿

ysfree14
ysfree14

スコア19

test CHANGED
@@ -1 +1 @@
1
- position: fixed; でスマホ用ヘッダが隠れる
1
+ position: fixed; ヘッダスマホ実機で見えない
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
-
15
+ ```
16
16
 
17
17
  フリースペースの親要素のdivタグは2つあり、下記スタイルが適用されています。
18
18
 
@@ -40,7 +40,7 @@
40
40
 
41
41
  }
42
42
 
43
-
43
+ ```
44
44
 
45
45
 
46
46
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  cssとJSがyahooの仕様上使えないようでしたので、スタイルを直書きしています。
50
50
 
51
-
51
+ ```
52
52
 
53
53
  <div style="position:fixed; top: 0; left:0; width:100%; height: 64px; background: #fff; z-index: 999999999999999999 !important; visibility:visible !important; display:block !important; transform: translate3d(0, 0, 0) !important; opacity: 1 !important;">
54
54
 
@@ -59,3 +59,5 @@
59
59
 
60
60
 
61
61
  </div>
62
+
63
+ ```