Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Modal position adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscv authored and jbalsas committed Nov 29, 2017
1 parent dcc2ee2 commit a8697d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/clay/src/scss/components/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
// Modal Full Screen

.modal-full-screen {
bottom: 45px;
left: 45px;
bottom: 48px;
left: 48px;
margin: 0;
max-width: none;
position: absolute;
right: 45px;
top: 45px;
right: 48px;
top: 48px;

@include clay-scale-component {
bottom: 0;
Expand Down

0 comments on commit a8697d2

Please sign in to comment.