-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #836 from josschavezf/suite_modular
update dropdown menu
- Loading branch information
Showing
34 changed files
with
668 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,17 @@ Authors@R: c( | |
role = c("aut", "cre")), | ||
person("Jiaji", "George Chen", email = "[email protected]", | ||
role = c("aut")), | ||
person("Natalie", "Del Rossi", email = "[email protected]", | ||
role = c("aut")), | ||
person("Joselyn C.", "Chávez-Fuentes", email = "[email protected]", | ||
role = c("aut"), comment = c(ORCID = "0000-0002-4974-4591")), | ||
person("Guo-Cheng", "Yuan", email = "[email protected]", | ||
role = c("aut")), | ||
person("Matthew", "O'Brien", email = "[email protected]", | ||
role = c("aut")), | ||
person("Joselyn C.", "Chávez-Fuentes", email = "[email protected]", | ||
role = c("aut"), comment = c(ORCID = "0000-0002-4974-4591")), | ||
person("Edward", "Ruiz", email = "[email protected]", | ||
role = c("aut")), | ||
person("Wen", "Wang", email = "[email protected]", | ||
role = c("aut")), | ||
person("Natalie", "Del Rossi", email = "[email protected]", | ||
role = c("aut")) | ||
) | ||
Maintainer: Ruben Dries <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.dropdown-submenu { | ||
height:200px; | ||
overflow-y:scroll; | ||
} | ||
|
||
@media (max-width: 500px) { | ||
.dropdown-menu{ | ||
height:200px; | ||
overflow-y:scroll; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.