ipad kiosk common css
body {
-webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
-moz-user-select: none;
user-select: none; /* Standard syntax */
overflow: hidden; /* Disable general scrolling */
overflow-y: hidden;
overscroll-behavior: none; /* Disable elastic scroll effect */
overscroll-behavior-y: none;
margin: 0;
display: flex;
place-items: center;
min-height: 100vh;
}
留言
發佈留言