.linkDocPreview { position: absolute; pointer-events: all; border: 8px solid white; border-radius: 7px; box-shadow: 3px 3px 1.5px grey; border-bottom: 8px solid white; border-right: 8px solid white; z-index: 2004; cursor: pointer; .linkDocPreview-inner { width: 100%; height: 100%; pointer-events: none; display: flex; flex-direction: column; .linkDocPreview-info { height: 37px; white-space: pre; .linkDocPreview-buttonBar { float: right; } .linkDocPreview-title { padding-right: 4px; float: left; width: calc(100% - 48px); overflow: hidden; text-overflow: ellipsis; height: 25px; .linkDocPreview-description { text-decoration: none; font-style: italic; color: rgb(95, 97, 102); font-size: 10px; } } .linkDocPreview-button { display: inline-flex; margin: 0px; margin-right: 3px; border-radius: 50%; pointer-events: auto; background-color: black; color: white; transition: transform 0.2s; text-align: center; position: relative; font-size: 12px; width: 20px; height: 20px; align-items: center; justify-content: center; &:hover { background-color: rgb(77, 77, 77); cursor: pointer; } } } .linkDocPreview-preview-wrapper { overflow: hidden; align-content: center; justify-content: center; pointer-events: all; background-color: rgb(160, 160, 160); overflow: auto; cursor: grab; } } }