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

Commit

Permalink
fixed visual height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTriso committed May 15, 2017
1 parent 2b1e847 commit ad184bd
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion aria-dialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aria-dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion demo/aria-dialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/aria-dialog.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/aria-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ariaDialog--containerAlertBoxShadow: 0 0 0.5rem 0px rgba(145, 20, 20, 0.5);
left: 50%;
@extend %max-width-100;
@extend %position-fixed;
top: 50%;
top: 47%;
@include translate(-50%, -50%);
width: $ariaDialog--containerWidth;
} //do not change this rule!
Expand Down

0 comments on commit ad184bd

Please sign in to comment.