#RoomExitsWidgetContainer {
  /* 
  This sets the height of the top row of the content grid, 
  where we're putting our exits widget, to 50px.
  */
  --ajs-content-grid-row-1: 60px;
}

/* #MyRoomExitsWidget is the widget we created in ExitWidgetLayout.js */
#MyRoomExitsWidget {
  overflow: hidden;
}

#MyRoomExitsWidget .ajs-scroll-content {
  /* apply some padding to the inside of the widget */
  padding: 10px;
}
