mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Widget: Handle resize events
This commit is contained in:
@@ -84,7 +84,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pretix-widget {
|
||||
margin: 10px 0;
|
||||
padding: 0 10px;
|
||||
@@ -716,3 +715,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/Akryum/vue-resize/blob/master/dist/vue-resize.css
|
||||
.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
|
||||
|
||||
Reference in New Issue
Block a user