Fix scrolling of the shareable links layout [SCI-9077]

This commit is contained in:
Andrej 2023-08-21 10:38:54 +02:00
parent 3f754710ac
commit ef4d360be8

View file

@ -22,12 +22,12 @@
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
</head> </head>
<body id="sci-shareable-links" data-datetime-picker-format="YYYY-MM-DD"> <body id="sci-shareable-links" data-datetime-picker-format="YYYY-MM-DD">
<div class="relative"> <div class="flex">
<div class="fixed top-0 bottom-0 left-0 w-80 h-screen px-6 py-6 flex flex-col <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"> border-0 border-r border-solid border-sn-sleepy-grey">
<%= render "shareable_links/my_modules/left_navigation" %> <%= render "shareable_links/my_modules/left_navigation" %>
</div> </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 %> <%= yield %>
</div> </div>
</div> </div>