fix(StudyBrowser): Remove transform to fix drag/drop positioning for thumbnails (#548)

This commit is contained in:
João Felipe de Medeiros Moreira 2019-06-12 18:15:51 +00:00 committed by Erik Ziegler
parent 45808dc0f1
commit 071f92e45c

View File

@ -10,8 +10,6 @@
.sidebar-menu {
height: 100%;
/* required transformation to make inner fixed elements relative to this one*/
transform: scale(1);
transition: var(--sidebar-transition);
}