Revert popover changes

This commit is contained in:
Eduard Heimbuch
2021-12-17 14:05:40 +01:00
committed by René Pfeuffer
parent 16960d742e
commit fb7aecd5e1
4 changed files with 51 additions and 31 deletions

View File

@@ -343,30 +343,6 @@ footer.footer {
}
}
.popover {
position: absolute;
z-index: 100;
width: 30em;
display: block;
&:before {
position: absolute;
content: "";
border-style: solid;
pointer-events: none;
height: 0;
width: 0;
top: 100%;
left: 5.5em;
border-color: transparent;
border-width: 0.4rem;
margin-left: -0.4rem;
margin-top: -0.4rem;
-webkit-transform-origin: center;
transform-origin: center;
transform: rotate(-45deg);
}
}
.notifications .dropdown-menu:before {
border: 0.4rem solid transparent;