Make context submenus don't overflow on Y axis

This commit is contained in:
Clément Desableau
2019-08-20 01:58:49 +02:00
parent 1521220560
commit e1477bd32e
2 changed files with 7 additions and 5 deletions

View File

@@ -29,10 +29,6 @@
.dropdown-menu {
top: -0.7rem;
left: 100%;
&.left {
left: 0%;
transform: translate(-100%);
}
}
}
a {