react-focus-lock
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -35,3 +35,6 @@ 'use strict'; | ||
padding: 0, | ||
overflow: 'hidden' | ||
overflow: 'hidden', | ||
position: 'fixed', | ||
top: 0, | ||
left: 0 | ||
}; | ||
@@ -38,0 +41,0 @@ |
{ | ||
"name": "react-focus-lock", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "It is a trap! (for a focus)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -11,2 +11,5 @@ import React, { Component } from 'react'; | ||
overflow: 'hidden', | ||
position: 'fixed', | ||
top: 0, | ||
left: 0, | ||
}; | ||
@@ -13,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288436
1376