feat(management-tabs): responsive tabs with options
This commit is contained in:
parent
5e4f00e67e
commit
ae841b2dc6
|
@ -93,6 +93,8 @@ const ManagementTabs = () => {
|
|||
className="transparent-scrollbar"
|
||||
style={{
|
||||
cursor: 'pointer',
|
||||
display: 'flex',
|
||||
width: '100%',
|
||||
overflowX: 'auto',
|
||||
whiteSpace: 'nowrap',
|
||||
}}
|
||||
|
|
|
@ -28,17 +28,15 @@
|
|||
padding: 8px 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.tabs {
|
||||
overflow-x: auto;
|
||||
overflow-y: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.cards {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.tabs-settings-container {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide Effectiveness */
|
||||
|
|
Loading…
Reference in New Issue