回答編集履歴

3

スクロールバーのデザインについて追記

2020/01/27 12:13

投稿

yuyuyu88180708
yuyuyu88180708

スコア26

test CHANGED
@@ -61,3 +61,11 @@
61
61
 
62
62
 
63
63
  [Demo](https://codepen.io/yuyuyu8818/pen/zYxXqdY)
64
+
65
+
66
+
67
+ 追記
68
+
69
+ - スクロールバーのデザインはCSSで変更できます。
70
+
71
+ - JavaScriptは使用していません。

2

demoの追加および修正

2020/01/27 12:13

投稿

yuyuyu88180708
yuyuyu88180708

スコア26

test CHANGED
@@ -30,6 +30,12 @@
30
30
 
31
31
  #headercontainer{
32
32
 
33
+ position:fixed;
34
+
35
+ top:0px;
36
+
37
+ left:0px;
38
+
33
39
  width:100vw;
34
40
 
35
41
  height:50px;
@@ -51,3 +57,7 @@
51
57
  }
52
58
 
53
59
  ```
60
+
61
+
62
+
63
+ [Demo](https://codepen.io/yuyuyu8818/pen/zYxXqdY)

1

細部の変更

2020/01/27 12:12

投稿

yuyuyu88180708
yuyuyu88180708

スコア26

test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  body{
26
26
 
27
- margin:0px
27
+ margin:0px;
28
28
 
29
29
  }
30
30