Skip to content

Commit

Permalink
Disable mobile scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonycw committed Mar 27, 2024
1 parent f24d80b commit 76c9c18
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion HDR/blue/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="overflow: hidden;">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion HDR/green/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="overflow: hidden;">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion HDR/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="overflow: hidden;">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion HDR/white/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" style="overflow: hidden;">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion aspect-ratio/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow: hidden;">

<head>
<title>Aspect Ratio Simulator</title>
Expand Down
4 changes: 2 additions & 2 deletions black-uniformity/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow: hidden;">

<head>
<title>White Cross on Black Background</title>
Expand All @@ -25,7 +25,7 @@
content: "";
position: absolute;
height: 8px;
background-color: white;
background: url('../HDR/white/white.mp4');
}

.cross:before {
Expand Down
2 changes: 1 addition & 1 deletion color/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow: hidden;">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion gradient/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow: hidden;">

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion local-dimming/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow: hidden;">

<head>
<title>Local Dimming Simulation</title>
Expand Down
2 changes: 1 addition & 1 deletion local-dimming/oled/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html>
<html style="overflow: hidden;">

<head>
<style>
Expand Down

0 comments on commit 76c9c18

Please sign in to comment.