diff --git a/frontend/tailwind.css b/frontend/tailwind.css index a777d8e..b5b1446 100644 --- a/frontend/tailwind.css +++ b/frontend/tailwind.css @@ -136,11 +136,16 @@ /* * Position * ---------- - * - * + * Utilities for controlling how an element is positioned in the DOM. + * By default, only responsive variants are generated for position utilities. */ - - + + .static /* position: static; */ + .fixed /* position: fixed; */ + .absolute /* position: absolute; */ + .relative /* position: relative; */ + .sticky /* position: sticky; */ + /* * Top / Right / Bottom / Left * ----------