Skip to content

Commit

Permalink
styling language switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed May 12, 2024
1 parent 9645617 commit 097dc1a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.language_switcher {
position: relative;
.dropdown {
position: relative;
}
Expand All @@ -8,8 +7,11 @@
}

.dropdown__menu {
position: absolute;
position: fixed;
display: flex;
top: 80px;
left: 0px;
padding-right: 100px;
width: 100vw;
min-width: 1280px;
padding-bottom: 32px;
Expand Down

0 comments on commit 097dc1a

Please sign in to comment.