Claude fixed (hopefully) the top bars clipping outside the screen
This commit is contained in:
@@ -971,7 +971,7 @@ export default function MelodyList() {
|
||||
const selectClass = "px-3 py-2 rounded-md text-sm cursor-pointer border";
|
||||
|
||||
return (
|
||||
<div className="w-full min-w-0 max-w-full overflow-hidden">
|
||||
<div className="w-full min-w-0 max-w-full">
|
||||
<div className="w-full min-w-0 relative" style={{ zIndex: 30 }}>
|
||||
<div className="flex items-center justify-between mb-6 w-full min-w-0">
|
||||
<h1 className="text-2xl font-bold" style={{ color: "var(--text-heading)" }}>Melodies</h1>
|
||||
@@ -1215,7 +1215,7 @@ export default function MelodyList() {
|
||||
</div>
|
||||
) : (
|
||||
<div
|
||||
className="rounded-lg border max-w-full"
|
||||
className="rounded-lg border max-w-full overflow-hidden"
|
||||
style={{
|
||||
backgroundColor: "var(--bg-card)",
|
||||
borderColor: "var(--border-primary)",
|
||||
|
||||
Reference in New Issue
Block a user