diff --git a/js/ext/angular/test/modal.html b/js/ext/angular/test/modal.html
index 3534524777..be753cf1bc 100644
--- a/js/ext/angular/test/modal.html
+++ b/js/ext/angular/test/modal.html
@@ -11,7 +11,11 @@
-
+
+ Modal
+
+
+
@@ -70,15 +74,6 @@
{ name: 'Barney Calhoun' },
{ name: 'Lamarr the Headcrab' },
];
- $scope.contactsRightButtons = [
- {
- type: 'button-icon',
- content: '',
- tap: function(e) {
- $scope.openModal();
- }
- }
- ];
$scope.openModal = function() {
$scope.modal.show();
};
diff --git a/scss/_modal.scss b/scss/_modal.scss
index fc4c5ccc05..6b06a6f21a 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -25,10 +25,8 @@
top: 0;
z-index: $z-index-modal;
overflow: hidden;
-
min-height: 100%;
width: 100%;
-
background-color: $modal-bg-color;
}
@@ -42,7 +40,6 @@
left: $modal-inset-mode-left;
overflow: visible;
min-height: $modal-inset-mode-min-height;
- max-width: $modal-inset-mode-max-width;
width: (100% - $modal-inset-mode-left - $modal-inset-mode-right);
}
@@ -57,4 +54,4 @@
.modal {
pointer-events: auto;
}
-}
\ No newline at end of file
+}
diff --git a/scss/_variables.scss b/scss/_variables.scss
index cd64edfd9c..3f35c95953 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -529,7 +529,6 @@ $modal-inset-mode-right: 20% !default;
$modal-inset-mode-bottom: 20% !default;
$modal-inset-mode-left: 20% !default;
$modal-inset-mode-min-height: 240px !default;
-$modal-inset-mode-max-width: 768px !default;
// Grids