Skip to content

Commit

Permalink
A little bigger size
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread committed Dec 19, 2024
1 parent bc29496 commit 4e71ce4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _widget/src/components/app/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin-top: 5vh;
z-index: 999;
max-width: 45rem;
margin-top: 5vh;
margin-left: auto;
margin-right: auto;
margin-bottom: 5vh;
}

.overlay {
Expand All @@ -40,13 +38,13 @@
}

.route {
height: 475px;
border: 1px solid var(--dnsimple-support-widget-line-color);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: var(--dnsimple-support-widget-padding);
background: var(--dnsimple-support-widget-white);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
height: 75vh;
}
}

0 comments on commit 4e71ce4

Please sign in to comment.