Merge pull request #1673 from influxdata/bugfix-1670

Center file upload overlay
pull/1677/head
Alex Paxton 2017-06-28 15:35:53 -07:00 committed by GitHub
commit b70c481f47
1 changed files with 8 additions and 0 deletions

View File

@ -20,4 +20,12 @@
// Make Overlay Technology full screen
.overlay-technology {
left: -($sidebar--width) !important;
// Hacky way to ensure proper appearance of file upload modal
// Needed to have a this div nested inside of itself for the
// Drag & drop feature to work correctly
.overlay-technology {
left: 0 !important;
&:before {display: none;}
}
}