Skip to content

Commit 62f11bb

Browse files
Only add overscroll-none to sm and up
1 parent 7ecc502 commit 62f11bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application_layout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ApplicationLayout < ApplicationView
88
def view_template(&block)
99
doctype
1010

11-
html class: "overscroll-none" do
11+
html class: "overscroll-auto sm:overscroll-none" do
1212
head do
1313
title { "PhlexyUI Docs" }
1414
meta name: "viewport", content: "width=device-width,initial-scale=1"

0 commit comments

Comments
 (0)