mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix for an issue where you can't select the top row of colors
This commit is contained in:
parent
268fb37517
commit
f930303d3e
1 changed files with 2 additions and 2 deletions
|
@ -202,6 +202,8 @@ body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin-bottom: -50px;
|
margin-bottom: -50px;
|
||||||
|
position: relative;
|
||||||
|
bottom: 47px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colorpicker_target_tab {
|
.colorpicker_target_tab {
|
||||||
|
@ -217,8 +219,6 @@ body {
|
||||||
margin-right: -2px;
|
margin-right: -2px;
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
|
||||||
bottom: 47px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.colorpicker_target_selected {
|
.colorpicker_target_selected {
|
||||||
|
|
Loading…
Reference in a new issue