Jesus sucks
This commit is contained in:
14
backend/frontend/node_modules/react-bootstrap/cjs/getInitialPopperStyles.js
generated
vendored
Normal file
14
backend/frontend/node_modules/react-bootstrap/cjs/getInitialPopperStyles.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.default = getInitialPopperStyles;
|
||||
function getInitialPopperStyles(position = 'absolute') {
|
||||
return {
|
||||
position,
|
||||
top: '0',
|
||||
left: '0',
|
||||
opacity: '0',
|
||||
pointerEvents: 'none'
|
||||
};
|
||||
}
|
||||
module.exports = exports.default;
|
||||
Reference in New Issue
Block a user