回答編集履歴
2
質問の追記に併せて追記
test
CHANGED
@@ -7,3 +7,25 @@
|
|
7
7
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> ←この全角スペースがいらない
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
# 質問の追記に併せて追記
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
以下を追加してみてください。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
```css
|
22
|
+
|
23
|
+
.dropdown,
|
24
|
+
|
25
|
+
.navbar {
|
26
|
+
|
27
|
+
position: static;
|
28
|
+
|
29
|
+
}
|
30
|
+
|
31
|
+
```
|
1
あいまいな表現の修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
```html
|
6
6
|
|
7
|
-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> ←こ
|
7
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> ←この全角スペースがいらない
|
8
8
|
|
9
9
|
```
|