diff --git a/desktop/sources/links/main.css b/desktop/sources/links/main.css index 7bb4435..850aa69 100644 --- a/desktop/sources/links/main.css +++ b/desktop/sources/links/main.css @@ -2,7 +2,7 @@ body { padding: 5px; font-family: 'input_mono_regular'; -webkit-user-select: non #app { display: flex; flex-direction: column; align-items: center;} #wrapper { padding: 25px; padding-bottom: 15px; -webkit-app-region: drag; padding-left:15px;} -#dotgrid { margin:0px auto; position:relative; overflow: hidden; padding:10px;-webkit-app-region: no-drag; width:310px; height:310px; } +#dotgrid { margin:0px auto; position:relative; padding:10px;-webkit-app-region: no-drag; width:310px; height:310px; } #cursor { opacity: 1; transition: all 50ms; width:6px; height:6px; position:absolute; z-index:25; border-radius:5px; border:2px solid black;} #cursor_from { width:4px; height:4px; margin-top:2px; margin-left:2px; position:absolute; z-index:2500; border-radius:10px; left:-100px;border:1px solid black;}