Merge remote-tracking branch 'origin/profile-modal-polish'
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
commit
fea646fda1
1 changed files with 4 additions and 9 deletions
|
@ -150,12 +150,13 @@ function buttonEditProfile() {
|
|||
position: absolute;
|
||||
left: 2em;
|
||||
top: 2.5em;
|
||||
|
||||
|
||||
z-index: 1;
|
||||
|
||||
|
||||
width: 6em;
|
||||
height: 6em;
|
||||
|
||||
|
||||
background-color: var(--accent-color);
|
||||
border: .15em solid var(--accent-color);
|
||||
}
|
||||
|
||||
|
@ -224,14 +225,8 @@ function buttonEditProfile() {
|
|||
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
#about-me-text::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#profile-footer {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue