Skip to content
Snippets Groups Projects
Commit 0a7619c5 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15683 TIME 2:00 fix drag and drop in summary sheet modal

parent 9d62b41e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
.unitTitle { .unitTitle {
display: flex; display: flex;
cursor: initial; cursor: initial;
position: absolute; //position: absolute;
top: 2px; top: 2px;
left: 5px; left: 5px;
width: 50%; width: 50%;
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
} }
.unitToggle { .unitToggle {
position: absolute; //position: absolute;
right: 10px; right: 10px;
} }
} }
...@@ -146,4 +146,4 @@ ...@@ -146,4 +146,4 @@
cursor: move; cursor: move;
display:inline-block; display:inline-block;
opacity: 0.5; opacity: 0.5;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment