context menu now positions
This commit is contained in:
parent
b19834656a
commit
c72fe6b7e1
4 changed files with 72 additions and 39 deletions
|
@ -2806,7 +2806,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
background: rgb(0 0 0 / 32%);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -2857,7 +2856,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
text-align: left;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 16px;
|
||||
padding: 12px 16px;
|
||||
appearance: none;
|
||||
border: 0px;
|
||||
font: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue