css multi browser fix trial 1
This commit is contained in:
parent
caa02ee81e
commit
6d71e17e61
5 changed files with 32 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
background-color: var(--output-background-color);
|
||||
margin: 1em;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 15dvh;
|
||||
padding-bottom: 13dvh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
|
@ -73,7 +73,7 @@
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
z-index: 600;
|
||||
z-index: 900;
|
||||
}
|
||||
|
||||
.tooltip .tooltiptext {
|
||||
|
@ -87,7 +87,7 @@
|
|||
|
||||
/* Position the tooltip */
|
||||
position: absolute;
|
||||
top: 125%;
|
||||
top: 100%;
|
||||
/* Adjusts tooltip to be below the button */
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue