Fix scroll anchoring bug

pull/231/head
Cory LaViska 2020-09-30 07:57:42 -04:00
rodzic 1b8d913c39
commit b80d6ff97b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
.details {
border: solid 1px var(--sl-color-gray-90);
border-radius: var(--sl-border-radius-medium);
// overflow-anchor: none;
overflow-anchor: none;
}
.details--disabled {