mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 00:42:15 +00:00
fix(Dashboard grid):emit dragged item on resize and adjust z-index for overlay and dragged item
This commit is contained in:
@@ -38,13 +38,6 @@
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.draggedItem {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color:white;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.dashboard-section > .newGridRow{
|
||||
position:absolute;
|
||||
width:20px;
|
||||
@@ -128,6 +121,13 @@
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.draggedItem {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dashboard-item-overlay::before{
|
||||
position:absolute;
|
||||
content:"";
|
||||
@@ -137,7 +137,6 @@
|
||||
bottom:0;
|
||||
background-color:rgba(0, 100, 156);
|
||||
border:4px dashed lightgray;
|
||||
z-index: 2;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user