Skip to content

Commit

Permalink
Explicit styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Jul 2, 2024
1 parent 87068ad commit e3c5cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/system/Desktop/StyledDesktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const StyledDesktop = styled.main`
contain: strict;
height: 100%;
inset: 0;
overflow: hidden;
overscroll-behavior: none;
position: fixed;
width: 100vw;
Expand Down
1 change: 1 addition & 0 deletions components/system/Taskbar/Search/StyledSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const StyledSearch = styled(motion.nav)<StyledSearchProps>`
input {
appearance: none;
background-color: #fff;
border: 2px solid rgb(0, 120, 215);
border-radius: 0;
color: #000;
Expand Down

0 comments on commit e3c5cff

Please sign in to comment.