回答編集履歴
1
もともと提示されていたcssを入れ忘れたので追記
answer
CHANGED
@@ -17,6 +17,10 @@
|
|
17
17
|
```
|
18
18
|
```css
|
19
19
|
.s_button {
|
20
|
+
top:20px;
|
21
|
+
right:20px;
|
22
|
+
z-index: 6;
|
23
|
+
position: fixed;
|
20
24
|
padding: 0;
|
21
25
|
border: none;
|
22
26
|
}
|