fixed explore maps floating left issue
This commit is contained in:
parent
4362e4f126
commit
c9aea733ad
2 changed files with 4 additions and 1 deletions
|
@ -92,6 +92,9 @@ body,
|
|||
}
|
||||
|
||||
/* scrollbar override */
|
||||
.maps > div > div.mCS_no_scrollbar {
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
.mCSB_container {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
|
|
@ -236,7 +236,7 @@ class MapsController < ApplicationController
|
|||
@map.delete
|
||||
|
||||
respond_to do |format|
|
||||
format.html { redirect_to "/maps/mappers/" + @current.id.to_s }
|
||||
format.html { redirect_to "/maps/mappers/" + @current.id.to_s, notice: "Map deleted." }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue