Fixed #6438
parent
22fe04a7af
commit
b6d1587bef
|
@ -27,7 +27,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-galleria-nav-button {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: 50%;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
@ -344,7 +344,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-galleria-close-button {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue