File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11<script >
2+ import GoToMainContent from ' ./components/GoToMainContent.svelte' ;
23 import Navbar from ' ./components/Navbar.svelte'
34 import Header from ' ./components/Header.svelte'
45 import Footer from ' ./components/Footer.svelte'
78 import Textarea from ' ./components/Textarea.svelte'
89 </script >
910
11+ <GoToMainContent />
1012<Navbar />
1113<Header />
12- <main class =" d-flex flex-column justify-content-center align-items-center px-2 px-sm-5" >
14+ <main id = " mainContent " class =" d-flex flex-column justify-content-center align-items-center px-2 px-sm-5" >
1315 <Settings />
1416 <Textarea />
1517 <FileDropzone />
Original file line number Diff line number Diff line change 1+ <a
2+ href =" #mainContent"
3+ class =" position-absolute top-0 start-0 btn btn-outline-secondary bg-light text-primary m-2 visually-hidden-focusable"
4+ >
5+ Go to main content
6+ </a >
7+
8+ <style >
9+ a {
10+ z-index : 5 ;
11+ }
12+ </style >
You can’t perform that action at this time.
0 commit comments