Skip to content

Commit

Permalink
Hide scrollbars
Browse files Browse the repository at this point in the history
Combined with window-control-overview, this means it's now possible to get a fullscreen experience with the exit/restore/minimise buttons on the desktop PWA without actually being in fullscreen, which is great if a user is using the app less heavily and wants easy access eg to taskbar or other parts of their OS.
  • Loading branch information
FormularSumo committed Oct 13, 2024
1 parent bb60610 commit 4fcb973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<!-- Load custom style sheet -->
<style>
body {
overflow: hidden;
background-repeat: no-repeat;
font-family: arial;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = `0.12.1.1`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.1.2`; // stable.pre-release.minor.web

// Use the install event to pre-cache all initial resources.
self.addEventListener('install', event => {
Expand Down

0 comments on commit 4fcb973

Please sign in to comment.