mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
Merge pull request #6026 from rekonder/aj_SCI_9077
Fix scrolling of the shareable links layout [SCI-9077]
This commit is contained in:
commit
95e6006c6a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue