chore: Make the table of contents in help center sticky (#11448)
This commit is contained in:
@@ -94,8 +94,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="hidden lg:block flex-1 py-6 scroll-mt-24 pl-4">
|
<div class="hidden lg:block flex-1 py-6 scroll-mt-24 pl-4 sticky top-24">
|
||||||
<div v-if="rows.length > 0" class="sticky top-24 py-2 overflow-auto">
|
<div v-if="rows.length > 0" class="py-2 overflow-auto">
|
||||||
<nav class="max-w-2xl">
|
<nav class="max-w-2xl">
|
||||||
<ol
|
<ol
|
||||||
role="list"
|
role="list"
|
||||||
|
|||||||
Reference in New Issue
Block a user