GestionTablets/templates
ijuanes 26b77cf0e9 fix(ui): prevent navigation overflow on zoom and small screens
- Add overflow-x: hidden to body to prevent horizontal scroll on zoom
- Add overflow: hidden to .container to prevent margin overflow
- Ensure .nav a has flex: 1 1 auto and min-width: 120px for proper wrapping
- Fixes issue where navigation buttons overflow through right margin when zoomed in

This ensures the navigation bar wraps properly and doesn't cause horizontal
scrolling or overflow issues on any screen size or zoom level.
2026-06-20 01:41:28 +01:00
..
add_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
add_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
add_user.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
base.html fix(ui): prevent navigation overflow on zoom and small screens 2026-06-20 01:41:28 +01:00
edit_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
history.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
index.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
loan_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
non_loanable_devices.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
project_management.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
user_loans.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00