Skip to content

Commit daa364d

Browse files
author
Jeffrey Na
committed
fixed notifications hovering bug
1 parent fc42614 commit daa364d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/stylesheets/Occupied.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
/* Position the tooltip */
158158
position: absolute;
159159
z-index: 1;
160-
top: 30px;
160+
top: 50px;
161161
right: -14px;
162162
}
163163

@@ -208,7 +208,7 @@
208208
/* Position the tooltip */
209209
position: absolute;
210210
z-index: 1;
211-
top: 63px;
211+
top: 50px;
212212
right: -14px;
213213
}
214214

0 commit comments

Comments
 (0)