mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-30 14:46:27 -04:00
11 lines
134 B
CSS
11 lines
134 B
CSS
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
cursor: default;
|
|
}
|