mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
Merge pull request #5948 from sboursen-scinote/sb_SCI-9009
Fix shareable links left panel scroll [SCI-9009]
This commit is contained in:
commit
aed9c0d658
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="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>
|
||||
|
|
Loading…
Reference in a new issue