Cleanup CSS

This commit is contained in:
Simon Rozman
2025-02-28 10:28:39 +01:00
parent 0ed93fb9b2
commit acd7ac1a2b
2 changed files with 32 additions and 32 deletions

View File

@@ -22,12 +22,6 @@
background: rgb(255, 115, 0);
}
.bes-canvas {
position: relative;
z-index: 3;
cursor: text;
}
/* Styles required to ensure full functionality and optimal user experience. */
.bes-correction-panel-parent {
position: relative;
@@ -48,6 +42,12 @@
pointer-events: none;
}
.bes-canvas {
position: relative;
z-index: 3;
cursor: text;
}
.bes-text-panel {
position: absolute;
overflow: hidden;
@@ -56,27 +56,3 @@
border-color: transparent;
background: none;
}
/* TODO: Styles below should be removed after testing period is over */
.resizable {
overflow-x: scroll;
position: relative;
display: inline-block;
border: 1px solid #ccc;
width: 300px;
height: 400px;
border-radius: 3px;
background-color: #f9f9f9;
}
.mock-content {
width: 1000px;
height: 600px;
background-color: #f9f9f9;
}
.flex {
display: flex;
justify-content: center;
align-items: center;
}