We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e1c8a commit 4552bd1Copy full SHA for 4552bd1
src/frontend/wwwroot/task/task.css
@@ -22,9 +22,6 @@
22
margin: 3rem 1rem;
23
}
24
25
-.task-asside .task-menu .menu-label:first-of-type {
26
- margin-top: 137px;
27
-}
28
29
.task-asside .title {
30
font-size: 1.25rem;
@@ -35,6 +32,7 @@
35
32
36
33
.task-details {
37
34
width: 100%;
+ padding: 2rem;
38
39
.colChatSec {
40
width: 55%;
@@ -269,3 +267,8 @@ textarea {
269
267
.send-button:hover {
270
268
color: #0056b3;
271
+
+.menu.task-menu {
272
+ position: sticky;
273
+ top: 0;
274
+}
0 commit comments