related to #1609 dropdown for small screens positionned and working

This commit is contained in:
Matthieu Leproux
2022-04-19 16:18:38 +02:00
parent 25e9d88373
commit a413748cff
3 changed files with 82 additions and 11 deletions
+6 -5
View File
@@ -687,12 +687,13 @@ LI.menuLi {
#catOptionsSmall.dropdown::after {
content: " ";
position: absolute;
bottom: 100%;
left: 85%;
bottom: 15%;
left: 103%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #ff7700 transparent;
border-color: transparent transparent #ffa33e transparent;
transform: rotate(90deg);
}
.dropdown-content {
@@ -4986,8 +4987,8 @@ input:checked + .slider:before, input:checked + .slider::after {
#catOptionsSmall{
display:none;
position:absolute;
right: -10px;
top: 40px;
right: 80%;
bottom: 0%;
}
.is-default-token {