Skip to content

Commit

Permalink
admin button z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinoa committed Nov 1, 2019
1 parent 0a1be58 commit 9c0b597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/admin_button.R
Expand Up @@ -18,7 +18,7 @@ admin_button_ui <- function(id) {
"Admin Panel",
icon = shiny::icon("cog"),
class = "btn-primary btn-lg",
style = "position: fixed; bottom: 15px; right: 15px; color: #FFFFFF;"
style = "position: fixed; bottom: 15px; right: 15px; color: #FFFFFF; z-index: 9999;"
)
}

Expand Down

0 comments on commit 9c0b597

Please sign in to comment.