@trendmicro/react-modal
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -1,2 +0,2 @@ | ||
/*! react-modal v0.9.1 | (c) 2017 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-modal */ | ||
/*! react-modal v0.9.2 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-modal */ | ||
module.exports = | ||
@@ -142,2 +142,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
borderRadius: 0, | ||
position: 'absolute', | ||
top: '50%', | ||
@@ -149,2 +150,3 @@ left: '50%', | ||
padding: 0, | ||
overflow: null, // Unset "overflow: auto" property | ||
msTransform: 'translate(-50%, -50%)', // IE9 | ||
@@ -151,0 +153,0 @@ transform: 'translate(-50%, -50%)' |
{ | ||
"name": "@trendmicro/react-modal", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Trend Micro Components: React Modal", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67035
652