Merge pull request #5948 from sboursen-scinote/sb_SCI-9009

Fix shareable links left panel scroll [SCI-9009]
This commit is contained in:
ajugo 2023-08-09 15:59:57 +02:00 committed by GitHub
commit aed9c0d658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,12 @@
<%= csrf_meta_tags %>
</head>
<body id="sci-shareable-links" data-datetime-picker-format="YYYY-MM-DD">
<div class="flex flex-row">
<div class="w-80 h-screen px-6 py-6 flex flex-col
<div class="relative">
<div class="fixed top-0 bottom-0 left-0 w-80 h-screen px-6 py-6 flex flex-col
border-0 border-r border-solid border-sn-sleepy-grey">
<%= render "shareable_links/my_modules/left_navigation" %>
</div>
<div class="flex flex-col flex-1 min-h-screen p-4 bg-sn-super-light-grey">
<div class="ml-80 flex flex-col flex-1 min-h-screen p-4 bg-sn-super-light-grey">
<%= yield %>
</div>
</div>