Fix tooltip being hidden behind browser scrollbars (#6688)

master
Sean Baines 2019-10-20 15:44:29 +02:00 committed by Simon Lydell
parent e1bfd2e2fc
commit 4bd0c014fe
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ input[type="number"] {
.tooltip {
position: absolute;
z-index: 1;
z-index: 6;
bottom: 100%;
left: 50%;
transform: translateX(-50%);