mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-18 16:13:14 +01:00
um
This commit is contained in:
@@ -16,8 +16,9 @@ export const Connections = (props) => {
|
||||
width="100%"
|
||||
height="100%"
|
||||
style={{
|
||||
'pointerEvents': 'none',
|
||||
'position': 'absolute',
|
||||
'z-index': -1,
|
||||
'zIndex': -1,
|
||||
}}>
|
||||
{connections.map((val, index) => {
|
||||
const from = val.from;
|
||||
|
||||
Reference in New Issue
Block a user