|
@@ -1591,6 +1591,10 @@ export default {
|
|
|
transform: rotate(90deg);
|
|
|
transform-origin: 0% 0%;
|
|
|
margin-left: 100vw;
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ z-index: 99999;
|
|
|
.NNPE-wordDetail {
|
|
|
position: fixed;
|
|
|
z-index: 9999;
|
|
@@ -1920,7 +1924,6 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- overflow: auto;
|
|
|
.vc-box {
|
|
|
padding: 0 8px 0 36px;
|
|
|
&-right {
|
|
@@ -1970,6 +1973,8 @@ export default {
|
|
|
width: fit-content;
|
|
|
margin: 0 auto;
|
|
|
padding: 0 67px;
|
|
|
+ max-height: calc(100vw - 132px);
|
|
|
+ overflow: auto;
|
|
|
.enwords {
|
|
|
padding: 0 3px;
|
|
|
margin-top: 24px;
|