Never display horizontal scrollbar in tag selector -- take that, automatic tags
This commit is contained in:
parent
73226f190d
commit
63a9995227
|
@ -7,7 +7,8 @@ groupbox
|
||||||
|
|
||||||
#tags-toggle
|
#tags-toggle
|
||||||
{
|
{
|
||||||
overflow: auto;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
display: block; /* allow labels to wrap instead of all being in one line */
|
display: block; /* allow labels to wrap instead of all being in one line */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user