Better solution for #826

This commit is contained in:
the-djmaze 2023-01-05 09:55:09 +01:00
parent d6d9be0dab
commit d4e1e90eef
2 changed files with 13 additions and 9 deletions

View file

@ -5,9 +5,18 @@
overflow-x: auto;
overflow-y: hidden;
padding: 2px;
position: relative;
white-space: nowrap;
}
.squire-toolbar input[type="color"] {
bottom: 0;
left: -100em;
opacity: 0;
position: absolute;
width: 40px;
}
.squire-toolbar select {
font-size: 12px;
padding: 4px 1.5em 4px 6px;