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 1
1
<script >
2
+ import GoToMainContent from ' ./components/GoToMainContent.svelte' ;
2
3
import Navbar from ' ./components/Navbar.svelte'
3
4
import Header from ' ./components/Header.svelte'
4
5
import Footer from ' ./components/Footer.svelte'
7
8
import Textarea from ' ./components/Textarea.svelte'
8
9
</script >
9
10
11
+ <GoToMainContent />
10
12
<Navbar />
11
13
<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" >
13
15
<Settings />
14
16
<Textarea />
15
17
<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