🚨(react) fix CSS end warning usage

Next.js is warning about the usage of end instead of flex-end during
compilation.

Fixes #291
This commit is contained in:
Nathan Vasse
2024-03-07 17:05:20 +01:00
committed by NathanVss
parent 31fa91e92f
commit d63c203b21
2 changed files with 6 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
position: sticky;
top: 0;
display: flex;
justify-content: end;
justify-content: flex-end;
z-index: 1;
height: 0;