mirror of
https://github.com/xitanggg/open-resume
synced 2024-11-03 09:19:21 +01:00
fix: hide the absolute element on mobile view
This commit is contained in:
parent
eb77c3d2da
commit
c6c5302e61
@ -36,7 +36,7 @@ export const ResumeForm = () => {
|
||||
"scrollbar-thumb-gray-200",
|
||||
)}
|
||||
>
|
||||
<div className="absolute top-0 bottom-0 right-0 w-3 bg-gray-100">
|
||||
<div className="hidden md:block absolute top-0 bottom-0 right-0 w-3 bg-gray-100">
|
||||
</div>
|
||||
|
||||
<section className="flex max-w-2xl flex-col gap-8 p-[var(--resume-padding)]">
|
||||
|
Loading…
Reference in New Issue
Block a user