We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75c2c commit fdad651Copy full SHA for fdad651
public/index.html
@@ -1,7 +1,8 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
-
+ <meta name="viewport" content="width=device-width, maximum-scale=1.5" >
5
+
6
7
<meta charset="utf-8" />
8
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
src/App.css
@@ -1 +1,15 @@
+body {
+ display: flex;
+ overflow-x: auto;
+ white-space: nowrap;
+ padding: 10px;
+}
+th {
9
+ text-align: center;
10
+ border: 1px solid black;
11
+ background: #018ded;
12
+ position: sticky;
13
+ position: -webkit-sticky;
14
+ top: 0;
15
0 commit comments