Files
GlobalProtect-openconnect/apps/gpgui-helper/src/components/App/styles.css
2024-02-18 05:30:32 -05:00

11 lines
134 B
CSS

html,
body,
#root {
height: 100%;
margin: 0;
padding: 0;
-webkit-user-select: none;
user-select: none;
cursor: default;
}