Merge pull request #6026 from rekonder/aj_SCI_9077

Fix scrolling of the shareable links layout [SCI-9077]
This commit is contained in:
ajugo 2023-08-21 11:36:44 +02:00 committed by GitHub
commit 95e6006c6a
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="relative">
<div class="fixed top-0 bottom-0 left-0 w-80 h-screen px-6 py-6 flex flex-col
<div class="flex">
<div class="sticky top-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="ml-80 flex flex-col flex-1 min-h-screen p-4 bg-sn-super-light-grey">
<div class="flex flex-col flex-1 min-h-screen p-4 bg-sn-super-light-grey">
<%= yield %>
</div>
</div>