Skip to content
Snippets Groups Projects
Commit d85869ec authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix weird expansion of top bar when hovering notification container, fixes #4698

Closes #4698

Merge request studip/studip!3493
parent f2535503
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@
left: (-$list-width);
right: 0;
height: $arrow-height;
// The following transformations eliminates a bug that would expand
// the #top-bar when the container is hovered
transform: translate3d(0, 0, 0);
}
&:hover::after {
content: "";
......
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