[wip] fix pointer

This commit is contained in:
Simon Vieille 2023-08-25 11:23:44 +02:00
parent a3ee86f81b
commit 7128ba2425
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -61,6 +61,8 @@ a {
height: calc(100vh - 80px);
margin: auto;
background: #ccc;
position: absolute;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
@ -95,6 +97,7 @@ a {
margin-top: -42px;
width: 100%;
z-index: 110;
position: absolute;
}
#pointer-buttons .btn {