Skip to content

Commit 96f9017

Browse files
committed
Fix: index still visible on mobile devices
1 parent 14b393e commit 96f9017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vellum-doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class VellumDocument extends LitElement {
6868
margin-left: 0;
6969
}
7070
71-
#index {
71+
#sidebar {
7272
display: none;
7373
}
7474
}

0 commit comments

Comments
 (0)