🚨(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:
@@ -72,7 +72,7 @@
|
||||
position: sticky;
|
||||
top: 0;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
z-index: 1;
|
||||
height: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user