fix: simulate contextmenu on mobile device

This commit is contained in:
DanyLE
2024-01-08 17:13:21 +01:00
committed by Dany LE
parent 6ac2429dba
commit 5605d6c35a
6 changed files with 50 additions and 11 deletions

View File

@ -2,6 +2,7 @@ afx-apps-dock{
display: flex;
flex-direction: row;
overflow: hidden;
-webkit-user-select:none;
}
afx-apps-dock afx-button button{
width: 40px;

View File

@ -49,6 +49,7 @@ body
margin: 0;
right: 0;
user-select:none;
-webkit-user-select:none;
cursor: default;
padding:0px;
overflow: hidden;