- commit
- dc8a8f2
- parent
- 390cc0f
- author
- Eric Bower
- date
- 2021-07-22 21:33:24 +0000 UTC
fix scroll
5 files changed,
+2,
-18
1@@ -56,7 +56,7 @@
2 justify-content: space-between;
3 align-items: center;
4 padding: 0 10px;
5- margin-bottom: 15px;
6+ padding-bottom: 15px;
7 }
8
9 .links {
+0,
-4
1@@ -56,10 +56,6 @@
2 </div>
3
4 <style>
5- :global(body) {
6- overflow-y: auto;
7- }
8-
9 .container {
10 display: flex;
11 justify-content: center;
+0,
-4
1@@ -141,10 +141,6 @@
2 </div>
3
4 <style>
5- :global(body) {
6- overflow-y: auto;
7- }
8-
9 .container {
10 padding: 0 15px;
11 display: flex;
+1,
-5
1@@ -130,10 +130,6 @@
2 </svelte:head>
3
4 <style>
5- :global(body) {
6- overflow-y: hidden;
7- }
8-
9 .desc {
10 margin-bottom: 5px;
11 margin-left: 10px;
12@@ -177,7 +173,7 @@
13
14 .container {
15 display: grid;
16- height: calc(100vh - 50px);
17+ height: calc(100vh - 65px);
18 grid-template-columns: minmax(250px, 400px) minmax(350px, 600px);
19 grid-template-rows: 50px 1fr;
20 column-gap: 10px;
1@@ -60,10 +60,6 @@
2 </div>
3
4 <style>
5- :global(body) {
6- overflow-y: auto;
7- }
8-
9 .container {
10 display: flex;
11 justify-content: center;