File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ for (let line of styles.split("\n")) {
30
30
export function ColorPalette ( ) {
31
31
return (
32
32
< div className = "not-prose grid grid-cols-[auto_minmax(0,_1fr)] items-center gap-4" >
33
- < div className = "col-start-2 grid grid-cols-11 justify-items-center gap-1.5 font-medium text-gray-950 *:rotate-180 *:[writing-mode:vertical-lr] sm:gap-4 sm:*:rotate-0 sm:*:[writing-mode:horizontal-tb] dark:text-white" >
33
+ < div className = "sticky top-28 z-9 bg-white lg:top-14 dark:bg-gray-950" > </ div >
34
+ < div className = "sticky top-28 z-9 col-start-2 grid grid-cols-11 justify-items-center gap-1.5 bg-white font-medium text-gray-950 *:rotate-180 *:[writing-mode:vertical-lr] max-sm:py-1 sm:gap-4 sm:*:rotate-0 sm:*:[writing-mode:horizontal-tb] lg:top-14 dark:bg-gray-950 dark:text-white" >
34
35
< div > 50</ div >
35
36
< div > 100</ div >
36
37
< div > 200</ div >
You can’t perform that action at this time.
0 commit comments