File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1212 position : -webkit-sticky ; /* Safari */
1313 position : fixed ;
1414 top : 0 ;
15- z-index : 2 ;
15+ z-index : 3 ;
1616 margin-bottom : $topbar-margin ;
1717}
1818
Original file line number Diff line number Diff line change @@ -175,8 +175,6 @@ def destroy
175175 @snippet = current_user . snippets . find ( params [ :id ] )
176176
177177 if @snippet &.destroy
178- flash [ :notice ] = 'Snippet deleted!'
179-
180178 render json : { resource_id : @snippet . client_id }
181179 else
182180 head :bad_request
Original file line number Diff line number Diff line change 33 data-controller ="popover "
44 data-action ="click->popover#display click@window->popover#hide "
55 data-popover-url ="<%= popover_path %> "
6- class ="z-1 flex position- <%= defined? ( position ) ? position : 'relative' %> "
6+ class ="z-3 flex position- <%= defined? ( position ) ? position : 'relative' %> "
77 >
88 <% if defined? ( content ) %>
99 <%= yield content %>
You can’t perform that action at this time.
0 commit comments