Custom names for tables
vatz88 opened this issue · 1 comments
vatz88 commented
Allow user to name the added timetable. Like 'morning', 'evening', etc. instead of generic names like 'Table 1', 'Table 2', etc.
That'll be easy to remember for switching and also when user resumes back later sometime.
vatz88 commented
Bug - Can't see rename input field on mobile
On mobile when rename is clicked the keyboard pops up on screen and the input field becomes invisible.
This happens because of position:fixed
instead of absolute
to support scroll on over flow.