Skip to content

Commit

Permalink
Implemented scrollable menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Aug 6, 2024
1 parent 32cd215 commit b11ba35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _admin/templates/menu.php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $echoSignal = static function (Signal $signal) use ($trans): void {
</li>
<?php endforeach; ?>
</ul>
<ul class="main-menu-list">
<ul class="main-menu-list" style="flex: 0 0 auto;">
<li class="main-menu-item" data-user-id="<?= $userId ?>">
<?php if ($seeUsers): ?>
<a class="main-menu-link" href="?entity=User&action=list"><?php printf($trans('Welcome'), $login); ?></a>
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b11ba35

Please sign in to comment.