2016-01-29 19:43:11 -07:00
|
|
|
.paperDialog {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-01-30 13:59:09 -07:00
|
|
|
.paperDialog.fixedSize {
|
|
|
|
position: fixed !important;
|
|
|
|
top: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
max-height: none !important;
|
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
|
2016-01-29 19:43:11 -07:00
|
|
|
.paperDialog.scrollY {
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paperDialog.hiddenScroll::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paperDialog.hiddenScroll {
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
overflow: -moz-scrollbars-none;
|
2016-01-30 13:59:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width: 1280px) and (min-height: 720px) {
|
|
|
|
|
|
|
|
.paperDialog.medium {
|
|
|
|
top: 10% !important;
|
|
|
|
bottom: 10% !important;
|
|
|
|
left: 10% !important;
|
|
|
|
right: 10% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paperDialog.small {
|
|
|
|
top: 10% !important;
|
|
|
|
bottom: 10% !important;
|
|
|
|
left: 20% !important;
|
|
|
|
right: 20% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width: 1280px) and (min-height: 720px) {
|
|
|
|
|
|
|
|
.paperDialog.fullscreen-border {
|
|
|
|
top: 5% !important;
|
|
|
|
bottom: 5% !important;
|
|
|
|
left: 5% !important;
|
|
|
|
right: 5% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.noScroll {
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
overflow-y: hidden !important;
|
|
|
|
}
|