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,6 @@
grid-column: 1/2;
grid-row: 1/2;
padding-bottom: 1px;
overflow: scroll;
overflow: hidden;
background-color: var(--history-background-color);
padding: 1em;
@ -19,6 +18,7 @@
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
overflow-y: scroll;
}
@ -53,7 +53,7 @@
justify-content: center;
color: var(--text-color); /* Use variable for text color */
border-radius: 5%;
overflow: scroll;
overflow: hidden;
position: relative;
height: 18vh;
width: 18vh;