removed horizontal scrolling
parent
430619e622
commit
5875322682
|
|
@ -4,3 +4,7 @@
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
filter: alpha(opacity = 90);
|
filter: alpha(opacity = 90);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body, html {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearFilter:hover {
|
.clearFilter:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.729);
|
background-color: rgba(255, 255, 255, 0.804);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue