Skip to content

Commit e7dad50

Browse files
victorchrollo14TrySound
authored andcommitted
feat: replaced overflow hidden with overflow clip in styles panel (#4203)
1 parent 6fa88d9 commit e7dad50

4 files changed

Lines changed: 44 additions & 3 deletions

File tree

apps/builder/app/builder/features/style-panel/sections/size/size.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import {
1515
import { PositionControl, SelectControl, TextControl } from "../../controls";
1616
import {
1717
EyeOpenIcon,
18-
EyeClosedIcon,
1918
ScrollIcon,
2019
AutoScrollIcon,
2120
EllipsesIcon,
21+
CropIcon,
2222
} from "@webstudio-is/icons";
2323
import { StyleSection } from "../../shared/style-section";
2424
import { ToggleGroupControl } from "../../controls/toggle-group/toggle-group-control";
@@ -124,10 +124,10 @@ export const Section = () => {
124124
value: "visible",
125125
},
126126
{
127-
child: <EyeClosedIcon />,
127+
child: <CropIcon />,
128128
description:
129129
"Content that exceeds the container's size is clipped and hidden without scrollbars.",
130-
value: "hidden",
130+
value: "clip",
131131
},
132132
{
133133
child: <ScrollIcon />,

packages/icons/icons/crop.svg

Lines changed: 11 additions & 0 deletions
Loading

packages/icons/src/__generated__/components.tsx

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/src/__generated__/svg.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)