Some visual fixes

This commit is contained in:
Andrés Moya 2021-09-29 12:37:38 +02:00
parent 8d634a79c8
commit 0b8b766b62
3 changed files with 22 additions and 5 deletions

View file

@ -1,6 +1,7 @@
.zoom-widget {
cursor: pointer;
display: flex;
position: relative;
span {
color: $color-gray-10;
@ -16,8 +17,10 @@
.dropdown {
position: absolute;
z-index: 12;
right: 0;
top: 25px;
width: 210px;
z-index: 12;
background-color: $color-white;
border-radius: $br-small;