Skip to content
Snippets Groups Projects
Commit d98f730c authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#327 bøyningsbokser i dokumentflyten

parent 90f829b2
No related branches found
No related tags found
No related merge requests found
...@@ -179,10 +179,10 @@ details[open] summary ~ * { ...@@ -179,10 +179,10 @@ details[open] summary ~ * {
.inflection-canvas { .inflection-canvas {
overflow-x: auto; overflow-x: auto;
position: absolute; /*position: absolute;*/
z-index: 5; z-index: 5;
background-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0);
max-width: 100vw; /*max-width: 100vw;*/
padding-top: 10px; padding-top: 10px;
} }
...@@ -195,8 +195,8 @@ details > summary::-webkit-details-marker { ...@@ -195,8 +195,8 @@ details > summary::-webkit-details-marker {
border: solid 1px; border: solid 1px;
color: var(--v-primary-base); color: var(--v-primary-base);
border-color: var(--v-primary-base); border-color: var(--v-primary-base);
border-radius: 30px; border-radius: 10px;
padding: 30px; padding: 10px;
width: min-content; width: min-content;
margin: 5px; margin: 5px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment