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;
 
}

留言

此網誌的熱門文章

《Clean Code 2: Vue 3 檔案/資料夾結構》

[Laravel][ATOMIC] DB::transaction, DB::beginTransaction

[laravel 9] rename project