Skip to content

Commit c825019

Browse files
committed
Addons
Fixed Addon mobile compatibility. Issue where it would not show the proper menu or layout for mobile devices.
1 parent 5006477 commit c825019

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

addons.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<head>
66
<title>Addons</title>
7+
8+
<!-- Compatibility -->
9+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
10+
<meta http-equiv="x-ua-compatible" content="ie=edge">
11+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12+
713
<!-- CSS -->
814
<link rel="stylesheet" href="css/bootstrap.min.css">
915
<link rel="stylesheet" href="css/basicStyles.css">

0 commit comments

Comments
 (0)