Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 25, 2025
1 parent e748673 commit 6603c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSETWebNg/src/app/import/import.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h6>{{set.name}}</h6>
<div class="d-flex flex-11a flex-column w-100" ng2FileDrop
style="position:relative;min-height:100px;position:relative; "
(fileOver)="fileOverModuleBase($event)" (onFileDrop)="onModuleFileChanged($event)"
[uploader]="this.uploader" #codeContainer [ngClass]="{'fullscreen':getFullScreen()}">
[uploader]="uploader" #codeContainer [ngClass]="{'fullscreen':getFullScreen()}">
<div style="position:absolute;top:0;bottom:0;left:0;right:0;display:none;z-index:10000;background:rgba(0,0,0,0.25); align-items:center;justify-content:center"
[ngClass]="{'d-flex': hasModuleBaseDropZoneOver }">
<h4>Drop code file here</h4>
Expand Down

0 comments on commit 6603c04

Please sign in to comment.