mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Revert "affix copyButton so that it doesn't get scrolled horizontally"
This commit is contained in:
parent
21978b18df
commit
a1fcff8bb8
1 changed files with 1 additions and 2 deletions
|
@ -392,7 +392,6 @@ limitations under the License.
|
||||||
overflow-x: overlay;
|
overflow-x: overlay;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
max-height: 30vh;
|
max-height: 30vh;
|
||||||
position: static;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body code {
|
.mx_EventTile_content .markdown-body code {
|
||||||
|
@ -407,7 +406,7 @@ limitations under the License.
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
right: 36px;
|
right: 6px;
|
||||||
width: 19px;
|
width: 19px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
background-image: url($copy-button-url);
|
background-image: url($copy-button-url);
|
||||||
|
|
Loading…
Reference in a new issue