We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a9447 commit 673e923Copy full SHA for 673e923
packages/designto-token/token-layout/index.ts
@@ -8,7 +8,6 @@ import {
8
Stack,
9
Flex,
10
Row,
11
- Opacity,
12
Positioned,
13
Widget,
14
VerticalDirection,
@@ -20,9 +19,6 @@ import {
20
19
Calculation,
21
Clip,
22
Border,
23
- ClipRRect,
24
- Blurred,
25
- Rotation,
26
IWHStyleWidget,
27
Operation,
28
} from "@reflect-ui/core";
@@ -442,6 +438,7 @@ function handlePositioning({
442
438
constraint.top = pos.t;
443
439
break;
444
440
case "MAX":
441
+ // TODO: add this custom logic - if fixed to bottom 0 , it should be fixed rather than absolute. (as a footer)
445
constraint.bottom = pos.b;
446
447
case "SCALE": /** scale fallbacks to stretch */
0 commit comments