Skip to content
Snippets Groups Projects
Commit be248615 authored by Sam Beckham's avatar Sam Beckham Committed by Clement Ho
Browse files

Resolve "Project homepage > Plus dropdown on mobile screens"

parent de204529
No related branches found
No related tags found
No related merge requests found
.table-holder {
margin: 0;
overflow: auto;
}
 
table {
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
= render 'shared/ref_switcher', destination: 'tree', path: @path, show_create: true
 
- if on_top_of_branch?
- addtotree_toggle_attributes = { href: '#', 'data-toggle': 'dropdown', 'data-target': '.add-to-tree-dropdown' }
- addtotree_toggle_attributes = { href: '#', 'data-toggle': 'dropdown', 'data-target': '.add-to-tree-dropdown', 'data-boundary': 'window' }
- else
- addtotree_toggle_attributes = { title: _("You can only add files when you are on a branch"), data: { container: 'body' }, class: 'disabled has-tooltip' }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment