Skip to content

Commit aff266d

Browse files
authored
Add sticky position (#1692)
1 parent bf9fa17 commit aff266d

File tree

1 file changed

+1
-1
lines changed
  • apps/studio/src/lib/editor/styles

1 file changed

+1
-1
lines changed

apps/studio/src/lib/editor/styles/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const PositionGroup = [
4040
new CompoundStyleImpl(
4141
CompoundStyleKey.Position,
4242
new SingleStyleImpl('position', 'relative', 'Position', StyleType.Select, {
43-
options: ['relative', 'absolute', 'fixed', 'static'],
43+
options: ['relative', 'absolute', 'fixed', 'static', 'sticky'],
4444
}),
4545
[
4646
new SingleStyleImpl('top', '', 'Top', StyleType.Number, {

0 commit comments

Comments
 (0)