Skip to content

Commit 3721ca5

Browse files
authored
Merge pull request #3205 from IgniteUI/fix-scrollbar
Fix scrollbar
2 parents 5443d9a + 6207b1f commit 3721ca5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/app-crm/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1616
</head>
1717

18-
<body class="ig-typography igx-scrollbar">
18+
<body class="ig-typography ig-scrollbar">
1919
<app-root></app-root>
2020
</body>
2121

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1515
</head>
1616

17-
<body class="ig-typography igx-scrollbar">
17+
<body class="ig-typography ig-scrollbar">
1818
<app-root></app-root>
1919
</body>
2020

0 commit comments

Comments
 (0)