mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
fix #214
This commit is contained in:
@@ -59,8 +59,6 @@ export class FullScreenActionButton extends ActionButton {
|
||||
aladin.toggleFullscreen(aladin.options.realFullscreen);
|
||||
|
||||
if (aladin.isInFullscreen) {
|
||||
// make that div above other aladin lite divs (if there are...)
|
||||
aladin.aladinDiv.style.zIndex = 1
|
||||
self.update({
|
||||
icon: {
|
||||
size: 'medium',
|
||||
@@ -75,8 +73,6 @@ export class FullScreenActionButton extends ActionButton {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
aladin.aladinDiv.style.removeProperty('z-index')
|
||||
|
||||
self.update({
|
||||
icon: {
|
||||
size: 'medium',
|
||||
|
||||
Reference in New Issue
Block a user