Skip to content

Commit

Permalink
Merge pull request #5637 from hargunkaur286/overflow
Browse files Browse the repository at this point in the history
resolved overflow issue
  • Loading branch information
iArchitSharma authored Jul 5, 2024
2 parents 93c0926 + ff0d888 commit 867fc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Company/Brand/brandPage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from "styled-components";

const BrandPageWrapper = styled.section`
position: relative;
overflow: visible;
overflow-x: hidden;
margin-bottom: 2rem;
.brandHeader {
Expand Down

0 comments on commit 867fc34

Please sign in to comment.