css multi browser fix trial 1

This commit is contained in:
YasinOnm08 2024-10-02 10:24:30 +02:00
parent caa02ee81e
commit 6d71e17e61
5 changed files with 32 additions and 7 deletions

View file

@ -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%);