We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e37f34 commit 82196b2Copy full SHA for 82196b2
src/organisms/Calendar/Dropdown/CalendarDropdown/CalendarDropdownContainer.tsx
@@ -90,7 +90,7 @@ export const CalendarDropdownContainer = ({
90
borderWidth: '0 11px 10px 11px',
91
top: isMobile ? '30px' : '30px',
92
right: isMobile ? '3px' : '15px',
93
- display: isMenuOpen && !isMobile ? 'block' : 'none',
+ display: isMenuOpen ? 'block' : 'none',
94
transform: isMobile ? 'none' : 'translateX(50%)',
95
},
96
// Se genera pseudo elemento que actúa como ícono de notificación
0 commit comments