๐Ÿ“ฆ Krish-bhardwaj / Demo-App

๐Ÿ“„ styles.css ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0px;
}

.chakra-modal__content-container {
  height: calc(100vh - 60px) !important;
}