update scroll styles

This commit is contained in:
Luke Pulverenti 2016-04-11 00:24:16 -04:00
parent 308b423658
commit ca13b8cbc2
23 changed files with 153 additions and 106 deletions

View file

@ -1,6 +1,6 @@
.dialog {
margin: 0;
border-radius: 3px;
border-radius: 2px;
z-index: 999999 !important;
position: fixed;
margin: 24px 40px;
@ -10,6 +10,7 @@
height: auto;
border: 0;
padding: 0;
will-change: transform;
}
.dialog.fixedSize {