5th Jul 2024, 6:23 AM
3legsbird
3legsbird - avatar
2 odpowiedzi
+ 3
I would suggest a z-index for your menu icon so it doesn't get hidden. .menu-icon, .edit-icon { font-size: 1.5em; cursor: pointer; z-index: 10; } or maybe also toggle the menu to retract when any of the menu items are clicked. an auto scroll up when more questions and answers are added would also be nice. an option to put the input box on top or bottom would be user-friendly, too. I personally find it easier to glance down rather than look up for the result. But overall, it is a nice simple interface.
5th Jul 2024, 8:09 AM
Bob_Li
Bob_Li - avatar