CSS snippet doesn't work anymore with new responsive editor

I always used this code snippet to make elements extend to the bottom of the user’s screen (such as the side menu), but it doesn’t work with the new responsive editor. Is there another way to get the viewport height to be 100%?

#queryBuilderMenu { height: 100vh !important; } #settingsQueryBuilder { position: fixed !important; top: 90vh !important; left: 10px !important; } #menuIcons { height: 100vh !important; }

nvm it’s working just needed to play around with it a bit!