mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
fix(tracklist): revert overflow-x:visible regression from PR #188
.content-body has overflow-x:hidden — setting overflow-x:visible on .tracklist would clip wide tables instead of scrolling them. Keep auto. Also remove Spanish code comments (contributors are international). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -533,7 +533,7 @@ export default function AlbumTrackList({
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* Column visibility picker - fuera del tracklist para evitar overflow cutoff */}
|
||||
{/* Column visibility picker - outside .tracklist to avoid overflow cutoff */}
|
||||
<div className="tracklist-col-picker-wrapper" ref={pickerRef}>
|
||||
<div className="tracklist-col-picker">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user