Skip to content

Commit 1ee76cf

Browse files
committed
[IMP] web: remove duplicated BS utility classes definition
Since Bootstrap 5.3, the `overflow-{x,y}-*` are defined in standards. This commit removes our own (now duplicated) definitions. closes odoo#165721 Signed-off-by: Romeo Fragomeli (rfr) <[email protected]>
1 parent 044c7b1 commit 1ee76cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

addons/web/static/src/scss/utilities_custom.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ $utilities: map-merge(
170170
property: z-index,
171171
values: 0 1,
172172
),
173-
"overflow-x": (
174-
property: overflow-x,
175-
values: auto hidden visible scroll,
176-
),
177-
"overflow-y": (
178-
property: overflow-y,
179-
values: auto hidden visible scroll,
180-
),
181173
"transition": (
182174
property: transition,
183175
values: (

0 commit comments

Comments
 (0)