Skip to content

Commit

Permalink
try to fix mobile scroll problem
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAdib committed Oct 1, 2024
1 parent 0027ae4 commit b1f4633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<link href="https://MrAdib.com" rel="author" />
<link href="./img/favicon.png" type="image/png" rel="icon" />
<link rel="stylesheet" href="./fonts/AirbnbCereal/style.css?v=11" />
<link rel="stylesheet" href="./style/style.min.css?v=11" />
<link rel="stylesheet" href="./style/style.min.css?v=12" />
</head>

<body>
Expand All @@ -53,7 +53,7 @@
</div>

<div class="pageContainer">
<div class="printArea overflow-auto touch-pan-y" data-size="A4">
<div class="printArea overflow-auto touch-pan-x" data-size="A4">
<header itemscope itemtype="https://schema.org/Person" class="overflow-hidden bg-stone-50">
<div class="flex m-6 mb-4">
<div class="basis-36 w-36 h-36 flex-none mr-6 rtl:mr-0 rtl:ml-6 hidden">
Expand Down
Loading

0 comments on commit b1f4633

Please sign in to comment.