Skip to content

Commit 6164388

Browse files
Fix nav-list-expander positioning for menu visibility (#19)
* Initial plan * Initial plan for menu visibility investigation Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com> * Fix nav-list-expander positioning - add top and left positioning Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
1 parent 8fe5e78 commit 6164388

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
http_parser.rb (0.8.0)
8787
i18n (1.14.7)
8888
concurrent-ruby (~> 1.0)
89-
io-event (1.14.2)
89+
io-event (1.11.2)
9090
jekyll (4.4.1)
9191
addressable (~> 2.4)
9292
base64 (~> 0.2)

_sass/navigation.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@
6767

6868
.nav-list-expander {
6969
position: absolute;
70+
top: 0;
7071
@if $nav-list-expander-right {
7172
right: 0;
73+
} @else {
74+
left: 0;
7275
}
7376

7477
width: $nav-list-item-height-sm;

0 commit comments

Comments
 (0)