hide tooltips on small devices
This commit is contained in:
parent
d4699d0ae6
commit
fa26e32d29
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@
|
|||
background-color: #3C4E60;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue