mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
fix: simulate contextmenu on mobile device
This commit is contained in:
@ -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;
|
||||
|
@ -49,6 +49,7 @@ body
|
||||
margin: 0;
|
||||
right: 0;
|
||||
user-select:none;
|
||||
-webkit-user-select:none;
|
||||
cursor: default;
|
||||
padding:0px;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user