mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
feature(CIS Dashboard gridsystem): allows to pin widgets in the grid and changes how widgets are positioned in different viewports
This commit is contained in:
@@ -77,12 +77,10 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dragged-widget-icon{
|
||||
position: absolute;
|
||||
height: 250px;
|
||||
width: 200px;
|
||||
top: -999px;
|
||||
left: -999px;
|
||||
z-index: 3;
|
||||
.pin:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.pin[pinned]:hover{
|
||||
color:rgb(153, 116, 116);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user