fix: sidebar profile always visible — only .sb-nav scrolls, .sb-foot pinned at bottom
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@
|
||||
${L('/gradebook', 'table', 'Журнал', { cls: 'sb-teacher-only', hidden: !isTch })}
|
||||
${L('/admin', 'settings', 'Управление', { id: 'btn-admin', hidden: !isTch })}
|
||||
</nav>
|
||||
<div style="padding:4px 2px">
|
||||
<div style="padding:4px 2px;flex-shrink:0">
|
||||
${isStu ? '<button class="sb-link" id="btn-join" style="display:none" onclick="typeof openJoinModal!==\'undefined\'&&openJoinModal()"><i data-lucide="user-plus" class="sb-icon"></i><span class="sb-lbl">Вступить в класс</span></button>' : ''}
|
||||
<div id="notif-wrap">
|
||||
<button class="sb-link" id="notif-btn" onclick="LS.notif?.toggle()">
|
||||
|
||||
Reference in New Issue
Block a user