mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
Fix layout issue (specifically to disallow scrolling on mobile)
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ module.exports = {
|
||||
extend: {
|
||||
height: {
|
||||
// We use 100svh, falling back to vh for old browsers
|
||||
screen: ['100vh', '100svh'],
|
||||
// The 144px is for the header and footer
|
||||
content: ['calc(100vh - 144px)', 'calc(100svh - 144px)'],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user