Skip to content

Commit

Permalink
Merge pull request #11 from OpenLMIS/feature/OIS-24
Browse files Browse the repository at this point in the history
OIS-24: adjust dropdown menu to be compatilbe with rtl
  • Loading branch information
DominikNoga authored Jul 29, 2024
2 parents 9f23f0d + 90f3bda commit ea68441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openlmis-navigation/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ header > .navbar {

.dropdown-menu {
top: 90%;
@include left(auto);
background-image: linear-gradient(to bottom, $background-color 10%, $background-color-alt 100%);
li > a:hover{
background-color: transparent;
Expand Down

0 comments on commit ea68441

Please sign in to comment.