diff --git a/.oxlintrc.json b/.oxlintrc.json new file mode 100644 index 0000000..ad291f6 --- /dev/null +++ b/.oxlintrc.json @@ -0,0 +1,3 @@ +{ + "ignorePatterns": ["website/**"] +} diff --git a/website/app/app.vue b/website/app/app.vue index cdf62dc..ced2dc7 100644 --- a/website/app/app.vue +++ b/website/app/app.vue @@ -26,3 +26,14 @@ } } + + diff --git a/website/app/pages/index.vue b/website/app/pages/index.vue index af4352e..96f6d3f 100644 --- a/website/app/pages/index.vue +++ b/website/app/pages/index.vue @@ -541,9 +541,6 @@ const copyToClipboard = (text: string) => { border-bottom: 1px solid var(--color-border-light); background: var(--color-bg-nav); backdrop-filter: blur(10px); - position: sticky; - top: 0; - z-index: 100; } .nav-content {