回答編集履歴

2

質問の追記に併せて追記

2021/03/11 09:10

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

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

あいまいな表現の修正

2021/03/11 09:10

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36134

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
  ```