@use "../mixins" as *;

.context-menu- {
	&wrapper {
		display: contents;
	}
	&anchor {
		position: fixed;
		z-index: 10000;
	}
}
