Fix button overflow on mobile: allow horizontal scrolling
Replace overflow:hidden with overflow-x:auto on button rows so buttons can be scrolled to on narrow screens instead of being clipped off-screen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -185,7 +185,8 @@ SelectionList {
|
||||
#set-buttons {
|
||||
height: auto;
|
||||
margin: 1 0;
|
||||
overflow: hidden;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#backup-buttons Button,
|
||||
@@ -203,6 +204,7 @@ SelectionList {
|
||||
#re-buttons Button,
|
||||
#set-buttons Button {
|
||||
margin: 0 1 0 0;
|
||||
min-width: 10;
|
||||
}
|
||||
|
||||
#log-page-info {
|
||||
|
||||
Reference in New Issue
Block a user