Skip to content

Commit

Permalink
Challenge 10 meeting notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumen Petrov committed Nov 22, 2024
1 parent f0b5ae6 commit 34d941a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/content/challenges/10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: 'Scroll to section'
description: ''
pubDate: 'Dec 01 2024'
heroImage: '/blog-placeholder-0.jpg'
winner: 'TBA'
mvp: 'TBA'
winner: 'gdespolov'
mvp: 'gdespolov'
---
import Special from '@src/components/Special.astro';
import Winner from '@src/components/Winner.astro';
Expand Down Expand Up @@ -38,7 +38,13 @@ import Section from '@src/components/Section.astro';

<Section>
### Discussion topics
TBA
- modern vs legacy scrollbar customizations
- horizontal overflow
- alternatives to fixed with related to content
- css-only active state
- fixed headers and reusing the height
- popover API and anchor positing API
- no prefixes for box-shadow
</Section>

<Winner>
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Section from '@src/components/Section.astro';
import { LeaderboardEntry } from '@src/consts';

export const asavov = new LeaderboardEntry({ wins: 3, mvp: 3 });
export const gdespolov = new LeaderboardEntry({ wins: 6, mvp: 6 });
export const gdespolov = new LeaderboardEntry({ wins: 7, mvp: 7 });

<Section>
## What is this?
Expand Down

0 comments on commit 34d941a

Please sign in to comment.