Skip to content

Commit 546e743

Browse files
committed
Remove scrollbar from layout
This was put here when upgrading to Phoenix 1.7 because it was default behavior, but it's not actually needed
1 parent 72a466a commit 546e743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mjw_web/components/layouts/root.html.heex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="[scrollbar-gutter:stable]">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />

0 commit comments

Comments
 (0)